mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 20:21:35 +00:00
Remove /api/user endpoint from api.urls
This commit is contained in:
parent
9db89606cb
commit
eaca597522
@ -15,7 +15,6 @@ from .views import (
|
|||||||
RobotView,
|
RobotView,
|
||||||
StealthView,
|
StealthView,
|
||||||
TickView,
|
TickView,
|
||||||
UserView,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
@ -26,7 +25,6 @@ urlpatterns = [
|
|||||||
"order/",
|
"order/",
|
||||||
OrderView.as_view({"get": "get", "post": "take_update_confirm_dispute_cancel"}),
|
OrderView.as_view({"get": "get", "post": "take_update_confirm_dispute_cancel"}),
|
||||||
),
|
),
|
||||||
path("user/", UserView.as_view()),
|
|
||||||
path("robot/", RobotView.as_view()),
|
path("robot/", RobotView.as_view()),
|
||||||
path("book/", BookView.as_view()),
|
path("book/", BookView.as_view()),
|
||||||
path("info/", InfoView.as_view()),
|
path("info/", InfoView.as_view()),
|
||||||
|
Loading…
Reference in New Issue
Block a user