Skip to content

Commit

Permalink
fix: removed accidental paste of code
Browse files Browse the repository at this point in the history
  • Loading branch information
amunchet committed Sep 16, 2023
1 parent 101eff3 commit a6bafb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,6 @@ def autosave(auth_client_id, data=""):


# Write host telegraf config file
host = secure_filename(host)
@app.route("/save_conf/<host>", methods=["POST"])
@requires_auth_admin
def save_conf(host, data="", raw=""):
Expand Down

0 comments on commit a6bafb6

Please sign in to comment.