Skip to content

Commit

Permalink
update: add base url
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Brasileiro authored and Fabio Brasileiro committed Sep 16, 2024
1 parent e2c2b1a commit 2158a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ app.use(express.json())
app.use(cors())

app.get('/', (_req, res) => {
res.send('Api next payment funcionando')
res.send('🚀 Api next payment funcionando')
})

// Defina as rotas para produtos e pagamentos
Expand Down

0 comments on commit 2158a66

Please sign in to comment.