fix: remove proxy
This commit is contained in:
parent
7b00e99053
commit
d97dbdf73c
@ -126,10 +126,6 @@ export class FosscordServer extends Server {
|
|||||||
app.use("/api/v9", api);
|
app.use("/api/v9", api);
|
||||||
app.use("/api", api); // allow unversioned requests
|
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);
|
this.app.use(ErrorHandler);
|
||||||
|
|
||||||
Sentry.errorHandler(this.app);
|
Sentry.errorHandler(this.app);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user