mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 20:21:35 +00:00
Fix routes for /garage
This commit is contained in:
parent
3c3c09db02
commit
ee2f659bd6
@ -5,8 +5,8 @@ from .views import basic, pro
|
|||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path("", basic, name="basic"),
|
path("", basic, name="basic"),
|
||||||
path("create/", basic),
|
path("create/", basic),
|
||||||
path("robot/", basic),
|
path("garage/", basic),
|
||||||
path("robot/<token>", basic),
|
path("garage/<token>", basic),
|
||||||
path("offers/", basic),
|
path("offers/", basic),
|
||||||
path("order/<shortAlias>/<int:orderId>/", basic),
|
path("order/<shortAlias>/<int:orderId>/", basic),
|
||||||
path("settings/", basic),
|
path("settings/", basic),
|
||||||
|
Loading…
Reference in New Issue
Block a user