fix(admin): post legal endpoint with login required

darta 2022-05-24 08:45:25 +02:00
parent 084c4cd438
commit 9097f69273
1 changed files with 1 additions and 0 deletions

View File

@ -518,6 +518,7 @@ def dashboard_put(item):
{"Content-Type": "application/json"},
)
@app.route("/api/legal/<item>", methods=["GET"])
# @login_required
def legal_get(item):