Creating F keys to assign skills (#449)

This commit is contained in:
PSommer
2021-07-21 16:32:30 -04:00
committed by GitHub
parent 998629fd5d
commit a99b216614
8 changed files with 164 additions and 20 deletions

View File

@@ -98,7 +98,7 @@ module.exports = function(proxy, allowedHost) {
// We do this in development to avoid hitting the production cache if
// it used the same host and port.
// https://github.com/facebook/create-react-app/issues/2272#issuecomment-302832432
app.use(noopServiceWorkerMiddleware());
app.use(noopServiceWorkerMiddleware('/'));
},
};
};