change vars export naming

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
2023-01-27 21:49:50 +00:00
parent b75f390619
commit f752baa46a
3 changed files with 15 additions and 23 deletions

View File

@@ -1,2 +1,2 @@
export const pveAPI = "";
export const paasAPI = ""
export const PVE = ""; // the proxmox web api
export const API = ""; // the proxmox-aas api