mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 18:15:41 +00:00
fix: remove proxy
This commit is contained in:
@@ -126,10 +126,6 @@ export class FosscordServer extends Server {
|
||||
app.use("/api/v9", api);
|
||||
app.use("/api", api); // allow unversioned requests
|
||||
|
||||
try {
|
||||
require("./middlewares/TestClient").default(this.app);
|
||||
// eslint-disable-next-line no-empty
|
||||
} catch (error) {}
|
||||
this.app.use(ErrorHandler);
|
||||
|
||||
Sentry.errorHandler(this.app);
|
||||
|
||||
Reference in New Issue
Block a user