mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix: accounts types caching.
This commit is contained in:
@@ -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();
|
||||
})
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user