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