forked from Ivasoft/geovisio-sgblur
3 lines
68 B
Bash
Executable File
3 lines
68 B
Bash
Executable File
#!/bin/bash
|
|
|
|
uvicorn src.api:app --host 0.0.0.0 --port 8001 --reload |