This commit is contained in:
2024-07-08 22:02:47 -03:00
parent 80ea5d4fde
commit 56ff326098
18 changed files with 64 additions and 51 deletions

View File

@ -12,4 +12,4 @@ app.get('/ping', (req, res) => {
app.listen(port, () => {
console.log(`Example funko listening on port ${port}`)
})
})