Skip to content

Commit

Permalink
testcase 2 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
abbi4code committed Jul 19, 2024
1 parent 0cb3cc6 commit 519a2bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ app.use(express.json())
app.use(express.urlencoded({ extended: true, limit: "16kb" }));
app.use(express.static("public"));



app.get("/",(req,res)=>{
res.send("Hello World")
})
Expand Down

0 comments on commit 519a2bb

Please sign in to comment.