This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
choozmo
/
CMM_API
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
w
Your Name
hace 4 años
padre
7cd953edb8
commit
f00ad0a7ee
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
apis/run.sh
+ 2
- 0
apis/run.sh
Ver fichero
@@ -0,0 +1,2 @@
+#!/bin/sh
+uvicorn main:app --host 0.0.0.0 --port 80 --reload