refactor app.js

test not found routes
This commit is contained in:
2018-05-18 16:41:43 +03:00
parent fed71d59e3
commit c0af83f3f1
9 changed files with 3131 additions and 32 deletions

View File

@@ -1,3 +1,12 @@
PORT=4000
DEV_APP_PORT =
MONGODB_URI="mongodb://localhost/todolist"
DEV_DB_HOST =
DEV_DB_PORT =
DEV_DB_NAME =
TEST_APP_PORT =
TEST_DB_HOST =
TEST_DB_PORT =
TEST_DB_NAME =