We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4e45e commit e18ef3aCopy full SHA for e18ef3a
1 file changed
conf/routes
@@ -60,4 +60,8 @@ GET /.well-known/security.txt controllers
60
GET /sitemap-documentation.xml controllers.documentation.DocumentationController.sitemap
61
GET /robots.txt controllers.Application.robots
62
63
+GET /blog controllers.Blog.index
64
+GET /play-on-graal/ controllers.Blog.graal
65
+GET /play-socket-io/ controllers.Blog.socketio
66
+
67
GET /*route controllers.Application.onHandlerNotFound(route)
0 commit comments