This commit is contained in:
Aevann1 2021-09-16 16:30:40 +02:00
parent 42a78177bf
commit 6c5fd61d3b
4 changed files with 121 additions and 104 deletions

View file

@ -8,10 +8,6 @@ from os import path
site = environ.get("DOMAIN").strip()
site_name = environ.get("SITE_NAME").strip()
@app.route("/svelte")
def svelte():
return render_template('svelte.html')
@app.get('/rules')
@auth_desired
def static_rules(v):