- Added login check for navbar actions

This commit is contained in:
Alexis
2020-07-06 18:24:54 +02:00
parent 78587f8544
commit 27ab62e36f
6 changed files with 19 additions and 11 deletions

View File

@@ -4,7 +4,8 @@
"description": "API for Auracle database",
"main": "index.js",
"scripts": {
"test": "start"
"api": "node index.js",
"client": "cd client && npm run serve"
},
"repository": {
"type": "git",