Skip to content

Commit 588ea61

Browse files
committed
feat: adicionar testes automatizados
1 parent ff57999 commit 588ea61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/src/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ app.get('/', (req, res) => {
2828
})
2929

3030
app.listen(Number(port), '0.0.0.0', () => console.log(`Server started on PORT:${port}`))
31+
// Modificado em Sun Oct 5 15:01:51 -03 2025

0 commit comments

Comments
 (0)