Clean up a bit
This commit is contained in:
parent
dd525668e7
commit
6f24b1f3e0
2 changed files with 4 additions and 9 deletions
|
|
@ -6,8 +6,8 @@ app = typer.Typer()
|
|||
|
||||
|
||||
@app.command()
|
||||
def check_health(url: str):
|
||||
controllers.check_health(url)
|
||||
def check_health():
|
||||
controllers.check_health()
|
||||
|
||||
|
||||
@app.command()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue