Explorar el Código

Update registro-run.py

Jose R Ortiz Ubarri hace 4 años
padre
commit
d71167d3e4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      registro-run.py

+ 1
- 1
registro-run.py Ver fichero

@@ -58,7 +58,7 @@ def dispatcher(user, action, tipo):
58 58
 
59 59
 
60 60
 @app.route('/be/<user>/<action>/<tipo>', methods=['GET', 'POST'])
61
-def dispatcher(user, action, tipo):
61
+def database(user, action, tipo):
62 62
     if not user in ["admin", "estudiante", "enfermera", "encargado", "facultad"]:
63 63
         return render_template('login.html') # Mejor error
64 64
     if not action in ["list", "view", "edit", "add"]: