Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arbs09 committed Mar 14, 2024
1 parent 1847ff1 commit cc151df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ def get_client_ip():
def index():
return render_template('index.html')



@app.server.route("/robots.txt")
@app.route("/robots.txt")
def send_robots():
return send_from_directory("assets", "robots.txt")

Expand Down

0 comments on commit cc151df

Please sign in to comment.