1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

test pre-commit hook

This commit is contained in:
checktheroads
2021-01-03 11:16:41 -07:00
parent ff273a55bd
commit 37ce18be28

View File

@@ -8,7 +8,6 @@ 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': '' } },