Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb committed Nov 11, 2024
1 parent f78f00f commit a0e52a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ def sitemap():
resp.mimetype = "text/xml"
return resp


@app.route("/.well-known/<file>")
def wellknown(file):
return send_from_directory(app.static_folder, ("well-known/%s" % file))

0 comments on commit a0e52a1

Please sign in to comment.