Skip to content

Commit

Permalink
remvoe test hi endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
wizhaaa committed Dec 11, 2024
1 parent 8203258 commit 74e8a32
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ function setup() {
response.sendFile(path.join(__dirname, '../../client/build/index.html'))
);

app.post('/hi', (_, res) => {
res.send("hello")
})

app.use(express.json());

configure(app);
Expand Down

0 comments on commit 74e8a32

Please sign in to comment.