Service du bon fichier index

This commit is contained in:
theo@manjaro 2021-12-02 20:17:23 +01:00
parent 805022995b
commit 6192844c94
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import definitions as lib
# Fonctions qui seront associées à des URLs
def main():
return render_template("main.html")
return render_template("index.html")
def error():
return render_template("error.html")