diff --git a/frontend/urls.py b/frontend/urls.py index 4f07d91e..5c525d2d 100644 --- a/frontend/urls.py +++ b/frontend/urls.py @@ -5,8 +5,8 @@ from .views import basic, pro urlpatterns = [ path("", basic, name="basic"), path("create/", basic), - path("robot/", basic), - path("robot/", basic), + path("garage/", basic), + path("garage/", basic), path("offers/", basic), path("order///", basic), path("settings/", basic),