Skip to content

Commit 0e85726

Browse files
committed
.
1 parent 5b65494 commit 0e85726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

order-service/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ app.get("/orders",(req,res)=>{
55
res.json([{id:101, item: "laptop"},{id:102, item:"phone"}])
66
});
77

8-
app.get("/expiredOrders",(req,res)=>{
8+
app.get("/expiredOrder",(req,res)=>{
99
res.json([{id:102, item: "Trackball"},{id:102, item:"windows xp"}])
1010
});
1111

0 commit comments

Comments
 (0)