Skip to content

Commit

Permalink
Robots
Browse files Browse the repository at this point in the history
  • Loading branch information
NarayanAdithya committed Feb 28, 2022
1 parent a387846 commit ded752e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ def sitemap():
return send_from_directory(app.static_folder,'sitemap.xml')

@app.route('/robots.txt')
def sitemap():
def robots():
return send_from_directory(app.static_folder,'robots.txt')

0 comments on commit ded752e

Please sign in to comment.