mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-01-17 17:22:08 +01:00
When user signs in/out, a proper redirect is performed.
This commit is contained in:
@@ -41,9 +41,9 @@ POST /tags/import controllers.Application.tagsImport
|
||||
|
||||
GET /routes.js controllers.Application.javascriptRoutes
|
||||
|
||||
GET /sign-in controllers.AuthController.signIn
|
||||
POST /sign-in controllers.AuthController.authenticate
|
||||
POST /sign-out controllers.AuthController.signOut
|
||||
GET /sign-in controllers.AuthController.signIn(callback: String)
|
||||
POST /sign-in controllers.AuthController.authenticate(callback: String)
|
||||
POST /sign-out controllers.AuthController.signOut(callback: String)
|
||||
|
||||
# Map static resources from the /public folder to the /assets URL path
|
||||
GET /assets/*file controllers.Assets.versioned(path="/public", file: Asset)
|
||||
|
||||
Reference in New Issue
Block a user