mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2026-03-03 23:20:48 +01:00
5 lines
98 B
Python
5 lines
98 B
Python
from fastapi.security import APIKeyHeader
|
|
|
|
|
|
default_security = APIKeyHeader(name="Authorization")
|