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():