Skip to content

Commit 65b058c

Browse files
committed
Update main
1 parent 6236487 commit 65b058c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Backend/FastAPI/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# StaticFiles(directory="static")
3232
# Aquí se le está diciendo a FastAPI que los archivos que se van a servir están en una carpeta local llamada static.
3333

34-
"/static"
34+
# "/static"
3535
# Es la ruta pública en la URL.
3636

3737
# 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
Binary file not shown.

0 commit comments

Comments
 (0)