1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

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
commit b76b6e382e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",
),