Debug
This commit is contained in:
parent
20af0dd38d
commit
9dfb32b612
@ -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)
|
||||||
|
|
||||||
|
|||||||
@ -3,3 +3,4 @@ window.ENV = {
|
|||||||
MINIO_ENDPOINT: "${MINIO_ENDPOINT}",
|
MINIO_ENDPOINT: "${MINIO_ENDPOINT}",
|
||||||
MINIO_BUCKET: "${MINIO_BUCKET}"
|
MINIO_BUCKET: "${MINIO_BUCKET}"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user