PANEL RESTAURANT Terminado
This commit is contained in:
@@ -60,6 +60,9 @@ function stringTo_md5(data_string) {
|
||||
controlador.login_test = (req, res) => {
|
||||
res.render('login_test');
|
||||
};
|
||||
controlador.dash = (req, res) => {
|
||||
res.render('admin_dash');
|
||||
};
|
||||
//********* FORM APP-PEDIDOS-SIGMA ********//
|
||||
controlador.app_sigma = (req, res) => {
|
||||
res.render('app_pedidos');
|
||||
|
||||
Reference in New Issue
Block a user