Skip to content

Commit

Permalink
Update links in Nextra docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrostanzani committed Nov 28, 2024
1 parent 132e08e commit ad258cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/pages/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A documentação dos endpoints da API foi desenvolvida com Swagger e Scalar e po
<Cards.Card
icon={<Box />}
title="Ver no Swagger"
href="http://localhost:3000/swagger#tag/default/POST/registrar"
href="/swagger#tag/default/POST/registrar"
arrow
/>
</div>
Expand All @@ -36,7 +36,7 @@ A autenticação é realizada com email e senha. Esse endpoint retorna um token
<Cards.Card
icon={<Box />}
title="Ver no Swagger"
href="http://localhost:3000/swagger#tag/default/POST/registrar"
href="/swagger#tag/default/POST/registrar"
arrow
/>
</div>
Expand All @@ -52,7 +52,7 @@ Esse endpoint retorna uma lista de manchetes da BBC. Essas manchetes são armaze
<Cards.Card
icon={<Box />}
title="Ver no Swagger"
href="http://localhost:3000/swagger#tag/default/POST/registrar"
href="/swagger#tag/default/POST/registrar"
arrow
/>
</div>
2 changes: 1 addition & 1 deletion docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ E as seguintes bibliotecas foram utilizadas para desenvolver o serviço de *web

## Endpoints da API

A API oferece endpoints de autenticação e de consulta de dados. Acesse a [documentação da API](http://localhost:3000/swagger#tag/default/POST/registrar) para visualizar a lista de endpoints.
A API oferece endpoints de autenticação e de consulta de dados. Acesse a [documentação da API](/swagger#tag/default/POST/registrar) para visualizar a lista de endpoints.

0 comments on commit ad258cd

Please sign in to comment.