Browse Source

new computer

Erwin Jacimino 8 tháng trước cách đây
mục cha
commit
078dc2054f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      doc_api.md

+ 1 - 1
doc_api.md

@@ -7,7 +7,7 @@
 **URL Base:** `http://localhost:8000` (o su dominio de producción)
 
 ## Autenticación
-
+ 
 La API utiliza autenticación basada en tokens JWT. La mayoría de endpoints requieren autenticación a través del header:
 ```
 Authorization: Bearer <token>