We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6236487 commit 65b058cCopy full SHA for 65b058c
Backend/FastAPI/main.py
@@ -31,7 +31,7 @@
31
# StaticFiles(directory="static")
32
# Aquí se le está diciendo a FastAPI que los archivos que se van a servir están en una carpeta local llamada static.
33
34
-"/static"
+# "/static"
35
# Es la ruta pública en la URL.
36
37
# para incresar a la ruta de los archivos estáticos, puedes usar la URL: http://127.0.0.1:8000/static/images/Python.jpg
Backend/FastAPI/static/.DS_Store
6 KB
0 commit comments