implementacion de swagger

This commit is contained in:
Pablinux
2024-09-16 23:35:50 -05:00
parent 208ebe7420
commit b7c2505166
8 changed files with 326 additions and 2 deletions

View File

@@ -25,6 +25,15 @@ rutas.post('/auth-token', controlador_init.auth_token);//Valida TOKENS / dev
rutas.post('/operaciones/', controlador_init.recibe_datos);//testing json reccepcion server
/**
* @swagger
* /:
* get:
* description: Returns the App tv
* responses:
* 200:
* description: app de tv y video json
*/
rutas.get('/app-tv/', controlador_init.app_tv);//app de tv y video json
rutas.get('/tv-online/', controlador_init.app_tv);//app de tv y video json