Skip to content

Commit 11e467e

Browse files
authored
Merge pull request #8 from vaibhavbhuva/main
added system path
2 parents f337dfe + 36bec08 commit 11e467e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/main.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
load_dotenv()
88

99
app = FastAPI(
10+
root_path= "/imagegen",
1011
title= "KB Image Generation APIs"
1112
)
1213
app.add_middleware(

0 commit comments

Comments
 (0)