diff --git a/main.py b/main.py index e44bd51..af1095b 100644 --- a/main.py +++ b/main.py @@ -8,7 +8,8 @@ app = FastAPI( title="Dough Calculator API", description="""Calculate bread ingredient proportions based on baker's percentages""", - version="1.0.0" + version="1.0.0", + root_path="/api" ) settings = Settings()