forked from mirrors/thatmattlove-hyperglass
test pre-commit hook
This commit is contained in:
parent
0da2776f53
commit
ff273a55bd
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ const config = require(String(configFile));
|
|||
|
||||
const { NODE_ENV: env, _HYPERGLASS_URL_: envUrl } = config;
|
||||
|
||||
//test
|
||||
const devProxy = {
|
||||
'/api/query/': { target: envUrl + 'api/query/', pathRewrite: { '^/api/query/': '' } },
|
||||
'/images': { target: envUrl + 'images', pathRewrite: { '^/images': '' } },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue