Skip to content

Commit 2a6701b

Browse files
committed
some hack
1 parent f6c79db commit 2a6701b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

server/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ app.use(
4343

4444
app.use("/auth", authRoutes);
4545
app.use("/api", battleRoutes);
46+
app.enable('trust proxy');
4647

4748
agenda.on("ready", () => {
4849
agenda.start();

0 commit comments

Comments
 (0)