From d2832947d2aeaadaf74256c72accdb5200bb15c4 Mon Sep 17 00:00:00 2001 From: Fahim Date: Wed, 27 Jan 2016 19:57:44 +0530 Subject: Added config and routes to project --- config/config.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 config/config.js (limited to 'config/config.js') diff --git a/config/config.js b/config/config.js new file mode 100644 index 0000000..c25d1a6 --- /dev/null +++ b/config/config.js @@ -0,0 +1 @@ +module.exports = require('./'+(process.env.NODE_ENV || 'development')+'.json'); -- cgit