mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-02-12 19:22:30 +00:00
Clean code
This commit is contained in:
parent
c0f3875a3b
commit
f2231e5324
1 changed files with 5 additions and 5 deletions
|
@ -76,16 +76,16 @@ if __name__ == "__main__":
|
|||
'/api/v1/instance/([0-9]+)', 'Instance',
|
||||
'/api/v1/instance/id/([a-z0-9]+)/status/(start|stop|current|reset|shutdown)', 'Instance',
|
||||
|
||||
'/api/v1/instance/([0-9]+)/package', 'package',
|
||||
'/api/v1/instance/([0-9]+)/vhost(?:/([0-9]+))', 'vhost',
|
||||
'/api/v1/instance/([0-9]+)/database(?:/([0-9]+))', 'database',
|
||||
# '/api/v1/instance/([0-9]+)/package', 'package',
|
||||
# '/api/v1/instance/([0-9]+)/vhost(?:/([0-9]+))', 'vhost',
|
||||
# '/api/v1/instance/([0-9]+)/database(?:/([0-9]+))', 'database',
|
||||
|
||||
|
||||
# MAPPING SERVICES
|
||||
'/api/v1/service/([a-z]+)/instance/([0-9]+)/vhost(?:/([0-9]+))', 'service',
|
||||
# '/api/v1/service/([a-z]+)/instance/([0-9]+)/vhost(?:/([0-9]+))', 'service',
|
||||
|
||||
# AUTH
|
||||
'/api/v1/auth', 'Auth',
|
||||
# '/api/v1/auth', 'Auth',
|
||||
|
||||
# MANAGEMENT CLUSTER
|
||||
'/api/v1/administration/cluster/(?:[0-9a-zA-Z\_\-]+)', 'Cluster',
|
||||
|
|
Loading…
Reference in a new issue