Skip to content

Commit 75b3f92

Browse files
test1
1 parent 6af196f commit 75b3f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/server/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ app.use("/pay", express.json(), paymentRoutes);
1717
app.use("/event",eventRoutes)
1818
app.use("/bid",express.json(),bidRoutes);
1919
app.get("/done",(req,res)=>{
20-
res.json({"message":"this is done"})
20+
res.json({"message":"this is done now"})
2121
});
2222

2323
app.listen(3000,"0.0.0.0", () => {

0 commit comments

Comments
 (0)