Skip to content

Commit

Permalink
Remove /api/user endpoint from api.urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Reckless-Satoshi committed Aug 14, 2023
1 parent 9db8960 commit eaca597
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
RobotView,
StealthView,
TickView,
UserView,
)

urlpatterns = [
Expand All @@ -26,7 +25,6 @@
"order/",
OrderView.as_view({"get": "get", "post": "take_update_confirm_dispute_cancel"}),
),
path("user/", UserView.as_view()),
path("robot/", RobotView.as_view()),
path("book/", BookView.as_view()),
path("info/", InfoView.as_view()),
Expand Down

0 comments on commit eaca597

Please sign in to comment.