We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3062ef8 commit b9416bcCopy full SHA for b9416bc
1 file changed
nodejs-autospace/api-gateway/src/index.ts
@@ -32,6 +32,8 @@ const allowedOrigins = [
32
"https://www.autospace.space",
33
];
34
35
+app.set("trust proxy", 1);
36
+
37
app.use(
38
cors({
39
origin: (origin, callback) => {
0 commit comments