We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c79db commit 2a6701bCopy full SHA for 2a6701b
1 file changed
server/src/index.ts
@@ -43,6 +43,7 @@ app.use(
43
44
app.use("/auth", authRoutes);
45
app.use("/api", battleRoutes);
46
+app.enable('trust proxy');
47
48
agenda.on("ready", () => {
49
agenda.start();
0 commit comments