Your Name 4 years ago
parent
commit
98c9b4f428
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apis/run.sh

+ 1 - 1
apis/run.sh

@@ -1,2 +1,2 @@
 #!/bin/sh
-uvicorn main:app --host 0.0.0.0 --port 80 --reload
+uvicorn main:app --host 0.0.0.0 --port 8080 --reload