update to es6 and fix some syntax errors

This commit is contained in:
2023-04-26 01:18:05 +00:00
parent 8650ea4d2e
commit 3209c33b4e
5 changed files with 41 additions and 45 deletions

View File

@@ -3,6 +3,7 @@
"version": "0.0.1",
"description": "REST API for ProxmoxAAS",
"main": "main.js",
"type": "module",
"dependencies": {
"axios": "^1.3.2",
"body-parser": "^1.20.1",