Agregar resp membresias

This commit is contained in:
Pablinux
2025-06-02 23:17:28 -05:00
parent ac9e63e7d9
commit 1b4809116b
20 changed files with 6582 additions and 35 deletions

View File

@@ -10,4 +10,7 @@ rutas.get('/users', controlador_init.user);//devuelve usuaios con el el ROL mese
rutas.get('/speedtest', controlador_init.speedtest);//testing velocimetro server
rutas.get('/videos', controlador_init.videos);//videos sigma server
rutas.get('/video_upload', controlador_init.upload);//videos sigma server
/*** CONFIGURACION DE UN PAGINA QUE CONFIGURE EL ARCHIVO config.js ***/
rutas.get('/configuracion', controlador_init.config);//llama a un view de configuracion del archivo config.js
module.exports = rutas;