diff --git a/computes/urls.py b/computes/urls.py index 586f73f..c728ea5 100644 --- a/computes/urls.py +++ b/computes/urls.py @@ -59,7 +59,7 @@ urlpatterns = [ path("nwfilter//", nwfilter, name="nwfilter"), path("virtsecrets/", secrets, name="virtsecrets"), path( - "archs//machines/", + "archs//machines", views.get_compute_machine_types, name="machines", ),