rename index.js to main.js

remove unused imports in main.js,
add function prototypes to db.js
This commit is contained in:
2023-02-26 08:36:27 +00:00
parent 62eca6c427
commit c9595980cd
3 changed files with 22 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"name": "proxmoxaas-api",
"version": "0.0.1",
"description": "REST API for ProxmoxAAS",
"main": "index.js",
"main": "main.js",
"dependencies": {
"axios": "^1.3.2",
"body-parser": "^1.20.1",