feat: FRO-2 Implement Login Component

This commit is contained in:
2025-12-10 11:25:58 +01:00
parent bf6ffeadb0
commit b06449c7d2
7 changed files with 40 additions and 38 deletions

View File

@@ -18,10 +18,9 @@ POST /createGame controllers.MainMenuController.createGame()
POST /joinGame controllers.MainMenuController.joinGame()
# User authentication routes
GET /login controllers.UserController.login()
POST /login controllers.UserController.login_Post()
GET /logout controllers.UserController.logout()
POST /logout controllers.UserController.logoutPost()
GET /userInfo controllers.UserController.getUserInfo()
# In-game routes
GET /game/:id controllers.IngameController.game(id: String)