PANEL RESTAURANT Terminado

This commit is contained in:
2022-11-20 17:35:14 -05:00
parent c5f10ca229
commit 141e41d935
34 changed files with 773 additions and 1 deletions

View File

@@ -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');