change vars export naming

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu
2023-01-27 21:49:50 +00:00
parent c6ff9c8cfa
commit d6a37ef59c
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