Skip to content

Commit

Permalink
Fix import in example code that doesn't run (#730)
Browse files Browse the repository at this point in the history
DeflateAwning authored Nov 27, 2023
1 parent 918d4e3 commit 0b71b2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/intro.md
Original file line number Diff line number Diff line change
@@ -100,6 +100,7 @@ from fastapi.security.api_key import APIKeyQuery
from titiler.application.main import app
from titiler.core.factory import TilerFactory

import uvicorn

api_key_query = APIKeyQuery(name="access_token", auto_error=False)

0 comments on commit 0b71b2f

Please sign in to comment.