update app

This commit is contained in:
kukulaka
2020-09-03 04:37:15 +01:00
parent 9ec4d1c548
commit e18fdb4f9c
2 changed files with 2 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ if (env.NODE_ENV !== 'development') {
}
app.use('/auth', authRouter)
.use(authenticate)
.use('/activity', activityRouter)
.use('/assets', assetsRouter)

View File

@@ -5,7 +5,7 @@ import { ExportFailedException } from '../exceptions';
/**
* middleware to manage actions on responses such as
* export / import and caching
* @todo move caching into here.
* @todo move set caching into here.
*
*/