Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sshresthadh committed Jan 31, 2024
1 parent 9c103e7 commit 4d7b4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all_in_docker/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ app.use(express.json());
// console.log('✅ Connected as ID: ' + connection.threadId);
// });
app.get("/",(req, res)=>{
res.send("Backend is success working");
res.send("Backend is success working fine");
});

app.post("/create", (req, res) => {
Expand Down

0 comments on commit 4d7b4f7

Please sign in to comment.