diff options
Diffstat (limited to 'server/middlewares/index.ts')
-rw-r--r-- | server/middlewares/index.ts | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/server/middlewares/index.ts b/server/middlewares/index.ts index 2c1c5fa53..d71dd2452 100644 --- a/server/middlewares/index.ts +++ b/server/middlewares/index.ts | |||
@@ -1,8 +1,8 @@ | |||
1 | export * from './validators'; | 1 | export * from './validators' |
2 | export * from './admin'; | 2 | export * from './admin' |
3 | export * from './oauth'; | 3 | export * from './oauth' |
4 | export * from './pagination'; | 4 | export * from './pagination' |
5 | export * from './pods'; | 5 | export * from './pods' |
6 | export * from './search'; | 6 | export * from './search' |
7 | export * from './secure'; | 7 | export * from './secure' |
8 | export * from './sort'; | 8 | export * from './sort' |