We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921fb20 commit 2402fe0Copy full SHA for 2402fe0
docs/source/running.rst
@@ -100,7 +100,7 @@ To integrate pygeoapi as part of another Starlette application:
100
from starlette.applications import Starlette
101
from starlette.responses import PlainTextResponse
102
from starlette.routing import Route
103
- from pygeoapi.starlette_app import app as pygeoapi_app
+ from pygeoapi.starlette_app import APP as pygeoapi_app
104
105
106
async def homepage(request):
0 commit comments