first commit
This commit is contained in:
9
belgeler/api_backend.txt
Normal file
9
belgeler/api_backend.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
/ --> gauth-central/api/routes.SetupRoutes.func1 (3 handlers)
|
||||
[GIN-debug] GET /docs/*any --> github.com/swaggo/gin-swagger.CustomWrapHandler.func1 (3 handlers)
|
||||
[GIN-debug] POST /v1/auth/register --> gauth-central/api/handlers.(*AuthHandler).Register-fm (3 handlers)
|
||||
[GIN-debug] POST /v1/auth/login --> gauth-central/api/handlers.(*AuthHandler).Login-fm (3 handlers)
|
||||
[GIN-debug] GET /v1/auth/:provider --> gauth-central/api/handlers.(*AuthHandler).BeginAuth-fm (3 handlers)
|
||||
[GIN-debug] GET /v1/auth/:provider/callback --> gauth-central/api/handlers.(*AuthHandler).Callback-fm (3 handlers)
|
||||
[GIN-debug] POST /v1/auth/refresh --> gauth-central/api/handlers.(*AuthHandler).Refresh-fm (3 handlers)
|
||||
[GIN-debug] GET /v1/auth/me --> gauth-central/api/handlers.(*AuthHandler).Me-fm (4 handlers)
|
||||
[GIN-debug] GET /v1/auth/validate
|
||||
Reference in New Issue
Block a user