Your Name il y a 4 ans
Parent
commit
98c9b4f428
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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