We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f337dfe + 36bec08 commit 11e467eCopy full SHA for 11e467e
app/main.py
@@ -7,6 +7,7 @@
7
load_dotenv()
8
9
app = FastAPI(
10
+ root_path= "/imagegen",
11
title= "KB Image Generation APIs"
12
)
13
app.add_middleware(
0 commit comments