Skip to content

Commit 36afe82

Browse files
committed
update
1 parent 8c0b06b commit 36afe82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ app.use(cookieParser());
2323
app.use('/user',userRoutes)
2424
app.use('/file',fileRoutes)
2525

26-
app.get('/',(req,res)=>{
26+
app.get('/','0.0.0.0',(req,res)=>{
2727
res.send(`working on ${process.env.PORT}`)
2828
});
2929
app.get('/api/keep-warm',(req,res)=>{

0 commit comments

Comments
 (0)