Fix: method not allowed
This commit is contained in:
parent
7435478a23
commit
564af1ea69
@ -3,7 +3,7 @@ from app import app, db
|
||||
from app.forms import *
|
||||
import app.models as models
|
||||
|
||||
@app.route("/")
|
||||
@app.route("/", methods=["GET","POST"])
|
||||
@app.route("/index", methods=["GET","POST"])
|
||||
def index():
|
||||
form = AccueilForm()
|
||||
|
Loading…
Reference in New Issue
Block a user