fix(api): Use /internal for API entry

This commit is contained in:
Bouncey
2018-08-29 20:52:41 +01:00
committed by mrugesh mohapatra
parent 2be227e873
commit ef18f5a931
17 changed files with 133 additions and 142 deletions

3
config/env.js Normal file
View File

@ -0,0 +1,3 @@
module.exports = {
homeLocation: process.env.HOME_LOCATION
};