Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobrasileiroo committed Oct 12, 2024
1 parent 1dd7ac0 commit bad5786
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ SANDBOX_ACCESS_TOKEN=
# database
DATABASE_URL=

# porta
PORT=3000

# palavra chave do jwt
JWT_SECRET=

# conectar no imgBB para envior de imagem
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Api gateway pdv.
- [x] RF13: Implementar registro de novos usuários.
- [x] RF14: Implementar controle de permissões por nível de usuário.
- [x] RF15: Implementar envio de e-mail para usuarios para redefinir a senha.

- [x] RF16: Implementar incremento, decremento e status do estoque do produtos.

## RNs (Regras de negócio)
> obs: descreve um aspecto do negócio, definindo ou restringindo tanto sua estrutura quanto seu comportamento
Expand Down
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ app.use(express.json())
app.use(cors())

app.get('/', (_req, res) => {
res.send('🚀 Api next payment funcionando')
res.send('🚀 Api next payment funcionando atualizado?')
})
app.head('/', (req, res) => {
res.send(res)
Expand Down

0 comments on commit bad5786

Please sign in to comment.