mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-03-09 15:40:18 +00:00
- Change API syntax to insert a new cluster
This commit is contained in:
parent
07948a68e1
commit
5934999c9f
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ if __name__ == "__main__":
|
|||
# MANAGEMENT CLUSTER
|
||||
'/api/v1/administration/cluster/(?:[0-9a-zA-Z\_\-]+)', 'Cluster',
|
||||
'/api/v1/administration/cluster/', 'Cluster',
|
||||
'/api/v1/administration/cluster/new', 'Cluster',
|
||||
# '/api/v1/administration/cluster/new', 'Cluster',
|
||||
|
||||
# CACHE DATA (MONGO)
|
||||
# date/cluster/node/vmid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue