We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0b06b commit 36afe82Copy full SHA for 36afe82
1 file changed
backend/src/app.ts
@@ -23,7 +23,7 @@ app.use(cookieParser());
23
app.use('/user',userRoutes)
24
app.use('/file',fileRoutes)
25
26
-app.get('/',(req,res)=>{
+app.get('/','0.0.0.0',(req,res)=>{
27
res.send(`working on ${process.env.PORT}`)
28
});
29
app.get('/api/keep-warm',(req,res)=>{
0 commit comments