aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorCloudburstSys <us@conep.one>2022-05-24 11:15:04 +0100
committerCloudburstSys <us@conep.one>2022-05-24 11:15:04 +0100
commita06bd771ff4ea43841edb8cba97df21258a9912b (patch)
treee6de942997f26656b37dc97afad7f6f01597289b /package.json
parentdc672a706b2c9d48e73a13eecba4b4642fa9209b (diff)
downloadvaportrail-a06bd771ff4ea43841edb8cba97df21258a9912b.tar.gz
vaportrail-a06bd771ff4ea43841edb8cba97df21258a9912b.tar.bz2
vaportrail-a06bd771ff4ea43841edb8cba97df21258a9912b.zip
Create /api/servers endpoint
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
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"
}
}