integracion auth x token
This commit is contained in:
@@ -17,12 +17,14 @@ rutas.post('/login', controlador_init.auth);//Authenticacion de Web APP
|
||||
rutas.get('/login_test', controlador_init.login_test);//login testing css / dev
|
||||
|
||||
rutas.get('/init-app', controlador_init.init_app);//init app / dev
|
||||
rutas.post('/auth-keygen', controlador_init.auth_keygen);//genera TOKENS / dev
|
||||
rutas.post('/login_app', controlador_init.login_appTK);//login APP / dev
|
||||
|
||||
rutas.post('/auth-keygen', controlador_init.auth_keygen);//genera TOKENS / dev
|
||||
rutas.post('/auth-token', controlador_init.auth_token);//Valida TOKENS / dev
|
||||
|
||||
rutas.post('/operaciones/', controlador_init.recibe_datos);//testing json reccepcion server
|
||||
|
||||
rutas.get('/app-tv/', controlador_init.app_tv);//app de tv y video json reccepcion server
|
||||
rutas.get('/tv-online/', controlador_init.app_tv);//app de tv y video json reccepcion server
|
||||
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
|
||||
|
||||
module.exports = rutas;
|
||||
|
||||
Reference in New Issue
Block a user