marsey marsey marsey
This commit is contained in:
parent
bee640bbb0
commit
6ee4ff4f5a
50 changed files with 987 additions and 991 deletions
|
@ -369,6 +369,11 @@ def badges(v):
|
|||
|
||||
return render_template("badges.html", v=v, badges=BADGES)
|
||||
|
||||
@app.get("/marsey_list")
|
||||
@auth_required
|
||||
def marsey_list(v):
|
||||
with open("marsey_list.json", 'r') as f: return loads(f.read())
|
||||
|
||||
@app.get("/blocks")
|
||||
@auth_required
|
||||
def blocks(v):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue