mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-26 22:06:08 +03:00
Fix routes for /garage
This commit is contained in:
parent
3c3c09db02
commit
ee2f659bd6
@ -5,8 +5,8 @@ from .views import basic, pro
|
||||
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),
|
||||
|
Loading…
Reference in New Issue
Block a user