mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-14 22:00:05 +00:00
update Rate Limit with new event transmission
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ export class FosscordServer extends Server {
|
||||
this.app = api;
|
||||
|
||||
api.use(Authentication);
|
||||
initRateLimits(api);
|
||||
await initRateLimits(api);
|
||||
await initTranslation(api);
|
||||
|
||||
this.routes = await this.registerRoutes(path.join(__dirname, "routes", "/"));
|
||||
|
||||
Reference in New Issue
Block a user