mirror of
https://github.com/directus/directus.git
synced 2026-01-29 10:28:06 -05:00
update app
This commit is contained in:
@@ -69,6 +69,7 @@ if (env.NODE_ENV !== 'development') {
|
||||
}
|
||||
|
||||
app.use('/auth', authRouter)
|
||||
.use(authenticate)
|
||||
|
||||
.use('/activity', activityRouter)
|
||||
.use('/assets', assetsRouter)
|
||||
|
||||
@@ -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.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user