From 7836ad7f986d1688089d9bfa5c8841a53adc415f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 2 Oct 2021 13:42:02 +0200 Subject: [PATCH] dfs --- files/routes/static.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/files/routes/static.py b/files/routes/static.py index ddbc5e99f1..693a84d292 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -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():