Skip to content

Commit

Permalink
path already defined on line 51 (#6427)
Browse files Browse the repository at this point in the history
  • Loading branch information
abenezerBelachew authored Jan 30, 2025
1 parent ff778b9 commit 9268180
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apiserver/plane/authentication/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
path("magic-generate/", MagicGenerateEndpoint.as_view(), name="magic-generate"),
path("magic-sign-in/", MagicSignInEndpoint.as_view(), name="magic-sign-in"),
path("magic-sign-up/", MagicSignUpEndpoint.as_view(), name="magic-sign-up"),
path("get-csrf-token/", CSRFTokenEndpoint.as_view(), name="get_csrf_token"),
path(
"spaces/magic-generate/",
MagicGenerateSpaceEndpoint.as_view(),
Expand Down

0 comments on commit 9268180

Please sign in to comment.