Skip to content

Commit

Permalink
fix: api end point for social login
Browse files Browse the repository at this point in the history
  • Loading branch information
gane5hvarma committed Jun 19, 2024
1 parent 2b81cb4 commit ee381b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/routes/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def list_spaces(request):
urls_namespace="public_api",
)

api.add_router("/auth/social", social_api_router)
api.add_router("/v1/auth/social", social_api_router)

api.add_router("v1/", router, auth=[AuthBearer(), BasicAuth()])
router.add_router("superuser/", superuser_api_router, auth=[BasicAuth()])
Expand Down

0 comments on commit ee381b0

Please sign in to comment.