mirror of
https://github.com/retspen/webvirtcloud
synced 2025-01-26 07:05:19 +00:00
update chipset url
This commit is contained in:
parent
fc60819ff1
commit
ee2c55dac7
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ urlpatterns = [
|
||||||
path("nwfilter/<str:nwfltr>/", nwfilter, name="nwfilter"),
|
path("nwfilter/<str:nwfltr>/", nwfilter, name="nwfilter"),
|
||||||
path("virtsecrets/", secrets, name="virtsecrets"),
|
path("virtsecrets/", secrets, name="virtsecrets"),
|
||||||
path(
|
path(
|
||||||
"archs/<str:arch>/machines/",
|
"archs/<str:arch>/machines",
|
||||||
views.get_compute_machine_types,
|
views.get_compute_machine_types,
|
||||||
name="machines",
|
name="machines",
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue