chore: Add new endpoint.
This commit is contained in:
@@ -47,13 +47,14 @@ post /token/refresh/
|
|||||||
** Don confiao :verb:
|
** Don confiao :verb:
|
||||||
template http://localhost:7000/don_confiao/api/
|
template http://localhost:7000/don_confiao/api/
|
||||||
Content-Type: application/json;
|
Content-Type: application/json;
|
||||||
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzc4NDcyMjQ5LCJpYXQiOjE3Nzg0NzA0NDksImp0aSI6IjE5YTM0ZDQ5Mzk3ZDQzNGE4NDlkZTgyYzdkNWQyNjQ0IiwidXNlcl9pZCI6IjEifQ.jowmaa5SXKIWpmUGLV0dj9CydYFtuecc7s_RveJvjLA
|
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzgwMDA2MzU4LCJpYXQiOjE3ODAwMDQ1NTgsImp0aSI6IjkwNzY4OGU2MmNlNTQ1M2JiYzU5MTA2MDhmMjY1MmY5IiwidXNlcl9pZCI6IjEifQ.aFls9WyA1VuDeMMUu8t7Pa9CbbLfyvIg9pB9xIxydpU
|
||||||
*** todas las rutas
|
*** todas las rutas
|
||||||
get
|
get
|
||||||
**** response
|
**** response
|
||||||
#+begin_src json
|
#+begin_src json
|
||||||
{
|
{
|
||||||
"sales": "http://localhost:7000/don_confiao/api/sales/",
|
"sales": "http://localhost:7000/don_confiao/api/sales/",
|
||||||
|
"catalog_sales": "http://localhost:7000/don_confiao/api/catalog_sales/",
|
||||||
"customers": "http://localhost:7000/don_confiao/api/customers/",
|
"customers": "http://localhost:7000/don_confiao/api/customers/",
|
||||||
"products": "http://localhost:7000/don_confiao/api/products/",
|
"products": "http://localhost:7000/don_confiao/api/products/",
|
||||||
"reconciliate_jar": "http://localhost:7000/don_confiao/api/reconciliate_jar/"
|
"reconciliate_jar": "http://localhost:7000/don_confiao/api/reconciliate_jar/"
|
||||||
|
|||||||
Reference in New Issue
Block a user