mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-28 18:24:58 +00:00
8 lines
147 B
Plaintext
8 lines
147 B
Plaintext
|
# Run the service
|
||
|
|
||
|
poetry run flask --debug run --port=7004
|
||
|
|
||
|
# You can check to see if it is running by loading
|
||
|
|
||
|
http://localhost:7004/v1/commands
|