ソースを参照

Update registro-run.py

コミット
d71167d3e4
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      registro-run.py

+ 1
- 1
registro-run.py ファイルの表示

@@ -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"]: