Change main route function name

This commit is contained in:
Jose De Freitas 2021-03-20 18:46:20 -05:00
parent 0e32b74c5b
commit b99b908f58

View File

@ -19,7 +19,7 @@ lock = threading.Lock()
@app.route("/")
def main():
def index():
""" Main route of the website. """
return "Awesome YouTubers voting system website."