This website works better with JavaScript
Home
Explore
Help
Register
Sign In
choozmo
/
CMM_API
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
w
Your Name
4 years ago
parent
7cd953edb8
commit
f00ad0a7ee
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
apis/run.sh
+ 2
- 0
apis/run.sh
View File
@@ -0,0 +1,2 @@
+#!/bin/sh
+uvicorn main:app --host 0.0.0.0 --port 80 --reload