Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
cambios de prueba
  • Loading branch information
MaximilianoHitter authored Aug 27, 2023
1 parent e6569fc commit 761bd02
Showing 1 changed file with 1 addition and 35 deletions.
36 changes: 1 addition & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1 @@
<h1>Examen - Backend</h1>
<br>
<h3>Descripción de Endpoints</h3>
<h5>Controlador Categorías</h5>
<ul>
<li>
<ul>
<li>Endpoint: /api/categoria</li>
<li>Método: GET</li>
<li>Descripción: Devuelve todas las categorías</li>
<li>Parámetros: No posee</li>
<li>Output:
<pre>
{
"data": [
{
"id": 1,
"nombre": "Programacion",
"created_at": "2023-08-26T19:24:41.000000Z",
"updated_at": "2023-08-26T19:24:41.000000Z"
},
{
"id": 2,
"nombre": "SQL",
"created_at": "2023-08-26T17:22:06.000000Z",
"updated_at": null
}
]
}
</pre>
</li>
</ul>
</li>
</ul>

React task-app

0 comments on commit 761bd02

Please sign in to comment.