aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/index.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-07-25 15:18:10 +0200
committerChocobozzz <me@florianbigard.com>2023-07-26 08:37:50 +0200
commit97583d00235d5e8f29d9c49ca13096521e394aa4 (patch)
tree5f29ba8c8e5b2d2653a1173408151bb64f6a80a9 /server/controllers/index.ts
parent9901c8d6908a43ab4594406446eac770ee21176c (diff)
downloadPeerTube-97583d00235d5e8f29d9c49ca13096521e394aa4.tar.gz
PeerTube-97583d00235d5e8f29d9c49ca13096521e394aa4.tar.zst
PeerTube-97583d00235d5e8f29d9c49ca13096521e394aa4.zip
Add more rate limits
Diffstat (limited to 'server/controllers/index.ts')
-rw-r--r--server/controllers/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/controllers/index.ts b/server/controllers/index.ts
index 09d657aca..8a647aff1 100644
--- a/server/controllers/index.ts
+++ b/server/controllers/index.ts
@@ -1,6 +1,6 @@
1export * from './activitypub' 1export * from './activitypub'
2export * from './api' 2export * from './api'
3export * from './bots' 3export * from './sitemap'
4export * from './client' 4export * from './client'
5export * from './download' 5export * from './download'
6export * from './feeds' 6export * from './feeds'