Silly orders endpoint

This commit is contained in:
counterweight 2023-08-02 20:09:28 +02:00
parent b51b006bd1
commit aff2241f2c
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 18 additions and 9 deletions

View file

@ -11,5 +11,6 @@ def check_health():
@app.command()
def explode():
print("Pew bam boom")
def show_orders():
controllers.show_orders()