Skip to content

Commit

Permalink
Fix routes for /garage
Browse files Browse the repository at this point in the history
  • Loading branch information
Reckless-Satoshi committed Nov 10, 2024
1 parent 3c3c09d commit ee2f659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
urlpatterns = [
path("", basic, name="basic"),
path("create/", basic),
path("robot/", basic),
path("robot/<token>", basic),
path("garage/", basic),
path("garage/<token>", basic),
path("offers/", basic),
path("order/<shortAlias>/<int:orderId>/", basic),
path("settings/", basic),
Expand Down

0 comments on commit ee2f659

Please sign in to comment.