fix: accounts types caching.

This commit is contained in:
Ahmed Bouhuolia
2020-09-30 11:45:25 +02:00
parent 4e8c670968
commit 7d8b05ff66
6 changed files with 99 additions and 23 deletions

View File

@@ -45,5 +45,5 @@ export default ({ app }) => {
// catch 404 and forward to error handler
app.use((req: Request, res: Response, next: NextFunction) => {
return res.boom.notFound();
})
});
};