mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: sonar suggestions
This commit is contained in:
parent
40f71786f9
commit
b494b28f6f
4 changed files with 5 additions and 4 deletions
|
@ -94,7 +94,7 @@ def seed_status():
|
|||
|
||||
@app.route("/healthcheck", methods=["GET"])
|
||||
def healthcheck():
|
||||
return "", 200
|
||||
return "ok", 200
|
||||
|
||||
@app.route("/process-list", methods=["GET"])
|
||||
def process_list():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue