Merge pull request #649 from catborise/master

update req
This commit is contained in:
catborise
2024-06-24 09:34:25 +03:00
committed by GitHub
3 changed files with 17 additions and 17 deletions

View File

@@ -59,7 +59,7 @@ urlpatterns = [
path("nwfilter/<str:nwfltr>/", nwfilter, name="nwfilter"),
path("virtsecrets/", secrets, name="virtsecrets"),
path(
"archs/<str:arch>/machines/",
"archs/<str:arch>/machines",
views.get_compute_machine_types,
name="machines",
),