1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-01-12 08:25:18 +00:00

update chipset url

This commit is contained in:
catborise 2024-06-24 08:53:01 +03:00
parent fc60819ff1
commit ee2c55dac7

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",
),