Skip to content

Commit

Permalink
Merge pull request #24 from resum-ai/feat/login
Browse files Browse the repository at this point in the history
fix: urls에서 allauth 관련 url 활성화
  • Loading branch information
yjoonjang authored Mar 26, 2024
2 parents 7effe7c + 43ae92c commit 0eeb95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resumai/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def preprocessing_filter_spec(endpoints):
path("", kakao_login_page, name="home"),
path("admin/", admin.site.urls),
path("accounts/", include("dj_rest_auth.urls")),
# path('accounts/', include('allauth.urls')),
path('accounts/', include('allauth.urls')),
path("accounts/", include("accounts.urls")),
path("registration/", include("dj_rest_auth.registration.urls")),
# swagger 관련
Expand Down

0 comments on commit 0eeb95a

Please sign in to comment.