This commit is contained in:
dvirlabs 2025-07-03 07:13:48 +03:00
parent 20af0dd38d
commit 9dfb32b612
2 changed files with 1 additions and 1 deletions

View File

@ -92,4 +92,3 @@ app.include_router(router, prefix="/api")
if __name__ == "__main__": if __name__ == "__main__":
import uvicorn import uvicorn
uvicorn.run("main:app", host="0.0.0.0", port=8000, reload=True) uvicorn.run("main:app", host="0.0.0.0", port=8000, reload=True)

View File

@ -3,3 +3,4 @@ window.ENV = {
MINIO_ENDPOINT: "${MINIO_ENDPOINT}", MINIO_ENDPOINT: "${MINIO_ENDPOINT}",
MINIO_BUCKET: "${MINIO_BUCKET}" MINIO_BUCKET: "${MINIO_BUCKET}"
}; };