dfs
This commit is contained in:
parent
9b9f1864e5
commit
d2c4998640
1 changed files with 0 additions and 8 deletions
|
@ -307,14 +307,6 @@ def formatting(v):
|
|||
|
||||
|
||||
return render_template("formatting.html", v=v)
|
||||
|
||||
# @app.get("/.well-known/brave-rewards-verification.txt")
|
||||
# def brave():
|
||||
# with open(".well-known/brave-rewards-verification.txt", "r") as f: return Response(f.read(), mimetype='text/plain')
|
||||
|
||||
@app.get("/.well-known/assetlinks.json")
|
||||
def googleplayapp():
|
||||
with open(".well-known/assetlinks.json", "r") as f: return Response(f.read(), mimetype='application/json')
|
||||
|
||||
@app.route("/service-worker.js")
|
||||
def serviceworker():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue