diff options
author | CloudburstSys <us@conep.one> | 2022-05-24 11:15:04 +0100 |
---|---|---|
committer | CloudburstSys <us@conep.one> | 2022-05-24 11:15:04 +0100 |
commit | a06bd771ff4ea43841edb8cba97df21258a9912b (patch) | |
tree | e6de942997f26656b37dc97afad7f6f01597289b /package.json | |
parent | dc672a706b2c9d48e73a13eecba4b4642fa9209b (diff) | |
download | vaportrail-a06bd771ff4ea43841edb8cba97df21258a9912b.tar.gz vaportrail-a06bd771ff4ea43841edb8cba97df21258a9912b.tar.bz2 vaportrail-a06bd771ff4ea43841edb8cba97df21258a9912b.zip |
Create /api/servers endpoint
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index add69c2..bc1968f 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "cookie-parser": "^1.4.6", "ejs": "^3.1.8", "express": "^4.18.1", - "multer": "^1.4.4" + "multer": "^1.4.4", + "superagent": "^7.1.3" } } |