Silly orders endpoint
This commit is contained in:
parent
b51b006bd1
commit
aff2241f2c
2 changed files with 18 additions and 9 deletions
|
|
@ -11,5 +11,6 @@ def check_health():
|
|||
|
||||
|
||||
@app.command()
|
||||
def explode():
|
||||
print("Pew bam boom")
|
||||
def show_orders():
|
||||
controllers.show_orders()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue