mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
Upgrade react-select & improve select typing
This commit is contained in:
@@ -33,7 +33,7 @@ app
|
||||
|
||||
// Set up the proxy.
|
||||
if (dev && devProxy) {
|
||||
Object.keys(devProxy).forEach(function (context) {
|
||||
Object.keys(devProxy).forEach(context => {
|
||||
server.use(proxyMiddleware(context, devProxy[context]));
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user