We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad0021 commit bd09c86Copy full SHA for bd09c86
1 file changed
api-gateway/src/app.ts
@@ -7,7 +7,7 @@ import { routes } from "./routes";
7
8
const app:Application = express();
9
10
-app.set('trust proxy', true);
+app.set('trust proxy', 'loopback');
11
12
app.use(morgan("dev"))
13
app.use(express.json())
0 commit comments