diff --git a/doc/how_to/integrations/FastAPI.md b/doc/how_to/integrations/FastAPI.md index 874967291b..fec10d37d2 100644 --- a/doc/how_to/integrations/FastAPI.md +++ b/doc/how_to/integrations/FastAPI.md @@ -146,7 +146,7 @@ The `add_application` decorator is useful when server an application defined in import panel as pn from fastapi import FastAPI -from panel.io.fastapi import add_application +from panel.io.fastapi import add_applications app = FastAPI()