4 lines
55 B
Text
4 lines
55 B
Text
|
#!/bin/bash
|
||
|
|
||
|
uvicorn main:api --host 10.0.1.1 --reload
|