Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/docs-app/docs/features/data-fetching/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const appConfig: ApplicationConfig = {

## Making Requests

In your component/service, use `HttpClient` along with [/docs/features/api/overview](API routes) with providing a full URL.
In your component/service, use `HttpClient` along with [API routes](/docs/features/api/overview) with providing a full URL.

An example API route that fetches todos.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const appConfig: ApplicationConfig = {

## Realizando Solicitudes

En tu componente/servicio, usa `HttpClient` junto con [/docs/features/api/overview](API routes) proporcionando una URL completa.
En tu componente/servicio, usa `HttpClient` junto con [API routes](/docs/features/api/overview) proporcionando una URL completa.

Un ejemplo de ruta API que obtiene todos los todos.

Expand Down