diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-08 11:06:02 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-11 09:37:26 +0200 |
commit | 42cc1887afc80e10ff40675621fe683c76537a18 (patch) | |
tree | 6409fb274d881e097095de9231e9be66199a2436 /server/middlewares/index.ts | |
parent | 32e06ca4de8480e3b6d4542ef5cd7381b3795465 (diff) | |
download | PeerTube-42cc1887afc80e10ff40675621fe683c76537a18.tar.gz PeerTube-42cc1887afc80e10ff40675621fe683c76537a18.tar.zst PeerTube-42cc1887afc80e10ff40675621fe683c76537a18.zip |
Stop indexing /about/peertube
Diffstat (limited to 'server/middlewares/index.ts')
-rw-r--r-- | server/middlewares/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/middlewares/index.ts b/server/middlewares/index.ts index a0035f623..d2ed079b6 100644 --- a/server/middlewares/index.ts +++ b/server/middlewares/index.ts | |||
@@ -4,6 +4,7 @@ export * from './activitypub' | |||
4 | export * from './async' | 4 | export * from './async' |
5 | export * from './auth' | 5 | export * from './auth' |
6 | export * from './pagination' | 6 | export * from './pagination' |
7 | export * from './robots' | ||
7 | export * from './servers' | 8 | export * from './servers' |
8 | export * from './sort' | 9 | export * from './sort' |
9 | export * from './user-right' | 10 | export * from './user-right' |