mirror of
https://github.com/JoseDeFreitas/awesome-youtubers.git
synced 2025-01-03 03:20:48 -05:00
Change main route function name
This commit is contained in:
parent
0e32b74c5b
commit
b99b908f58
@ -19,7 +19,7 @@ lock = threading.Lock()
|
||||
|
||||
|
||||
@app.route("/")
|
||||
def main():
|
||||
def index():
|
||||
""" Main route of the website. """
|
||||
return "Awesome YouTubers voting system website."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user