We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff57999 commit 588ea61Copy full SHA for 588ea61
backend/src/server.ts
@@ -28,3 +28,4 @@ app.get('/', (req, res) => {
28
})
29
30
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