Skip to content

Commit 2402fe0

Browse files
authoredJan 13, 2025··
update starlette documentation (#1898)
1 parent 921fb20 commit 2402fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/source/running.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ To integrate pygeoapi as part of another Starlette application:
100100
from starlette.applications import Starlette
101101
from starlette.responses import PlainTextResponse
102102
from starlette.routing import Route
103-
from pygeoapi.starlette_app import app as pygeoapi_app
103+
from pygeoapi.starlette_app import APP as pygeoapi_app
104104
105105
106106
async def homepage(request):

0 commit comments

Comments
 (0)
Please sign in to comment.