This commit is contained in:
pixl_xip 2024-01-07 17:52:51 -07:00
parent 0ae0c1d17b
commit 3a44a25fef

View file

@ -33,4 +33,4 @@ app.post(`/post`, (req, res) => {
app.listen(port, () => {
console.log(`Server listening at http://localhost:${port}`);
});
});