Rip out go, add aliases to /versions

This commit is contained in:
Vrganj 2021-01-14 20:14:26 +01:00
parent 20d659e5a6
commit 77e645beb3
8 changed files with 1346 additions and 302 deletions

16
api/package.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"express-validator": "^6.9.2"
}
}