Implemented login

This commit is contained in:
2026-07-09 18:21:23 +03:00
parent e06c53a9ff
commit 5aa6e30c90
7 changed files with 135 additions and 0 deletions
+2
View File
@@ -6,5 +6,7 @@
# An example controller showing a sample home page
GET / controllers.HomeController.index()
POST /login controllers.authentication.SessionsController.login()
# Map static resources from the /public folder to the /assets URL path
GET /assets/*file controllers.Assets.versioned(path="/public", file: Asset)