Skip to content

Commit

Permalink
fix add_applications typo (#7306)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Sep 20, 2024
1 parent 2e8597c commit 3d016ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/how_to/integrations/FastAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 3d016ed

Please sign in to comment.