eslint: prefer-const, no-loop-func, no-const-assign, no-var
This commit is contained in:
@ -25,7 +25,7 @@ const backendEndpoints = [
|
||||
];
|
||||
|
||||
const makeProxyConfig = () => {
|
||||
let proxyConfig = {};
|
||||
const proxyConfig = {};
|
||||
proxyConfig['/api/patron'] = {
|
||||
target: patronUrl,
|
||||
secure: secureProxy,
|
||||
|
||||
Reference in New Issue
Block a user