Agregar resp membresias
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user