Skip to content

Commit

Permalink
redirect fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsebastiani committed Feb 28, 2024
1 parent fdb535f commit 88e08e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

@app.route("/", methods=["GET"])
def root():
return redirect("/files", code=302)
return redirect("files", code=302)


## TELEMETRY JSON API
Expand Down

0 comments on commit 88e08e5

Please sign in to comment.