Skip to content

Commit 1d27183

Browse files
update palabra en la autenticacion
1 parent bf00d37 commit 1d27183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Backend/FastAPI/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
app.include_router(libreria.router) # Incluyendo el router de usuarios
2525
app.include_router(users.router) # Incluyendo el router de status_http
2626
app.include_router(status_http.router) # Incluyendo el router de status_http
27-
app.include_router(basic_auth_users.router) # Incluyendo el basic_auth_users
27+
app.include_router(basic_auth_users.router) # Incluyendo el router de basic_auth_users
2828

2929
app.mount("/static", StaticFiles(directory="static"), name="static") # Montando la carpeta 'static' para servir archivos estáticos
3030

0 commit comments

Comments
 (0)