aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/middlewares/index.ts')
-rw-r--r--server/middlewares/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/middlewares/index.ts b/server/middlewares/index.ts
index 40480450b..aafcad2d9 100644
--- a/server/middlewares/index.ts
+++ b/server/middlewares/index.ts
@@ -3,7 +3,7 @@ export * from './activitypub'
3export * from './async' 3export * from './async'
4export * from './oauth' 4export * from './oauth'
5export * from './pagination' 5export * from './pagination'
6export * from './pods' 6export * from './servers'
7export * from './search' 7export * from './search'
8export * from './sort' 8export * from './sort'
9export * from './user-right' 9export * from './user-right'