We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af196f commit 75b3f92Copy full SHA for 75b3f92
apps/server/index.ts
@@ -17,7 +17,7 @@ app.use("/pay", express.json(), paymentRoutes);
17
app.use("/event",eventRoutes)
18
app.use("/bid",express.json(),bidRoutes);
19
app.get("/done",(req,res)=>{
20
- res.json({"message":"this is done"})
+ res.json({"message":"this is done now"})
21
});
22
23
app.listen(3000,"0.0.0.0", () => {
0 commit comments