diff options
Diffstat (limited to 'server/middlewares/index.ts')
-rw-r--r-- | server/middlewares/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/middlewares/index.ts b/server/middlewares/index.ts index cec3e0b2a..40480450b 100644 --- a/server/middlewares/index.ts +++ b/server/middlewares/index.ts | |||
@@ -1,9 +1,9 @@ | |||
1 | export * from './validators' | 1 | export * from './validators' |
2 | export * from './activitypub' | ||
2 | export * from './async' | 3 | export * from './async' |
3 | export * from './oauth' | 4 | export * from './oauth' |
4 | export * from './pagination' | 5 | export * from './pagination' |
5 | export * from './pods' | 6 | export * from './pods' |
6 | export * from './search' | 7 | export * from './search' |
7 | export * from './secure' | ||
8 | export * from './sort' | 8 | export * from './sort' |
9 | export * from './user-right' | 9 | export * from './user-right' |