Your Name hace 4 años
padre
commit
98c9b4f428
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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