mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-12 13:38:34 +03:00
chore: rename config.py => settings.py
This commit is contained in:
@@ -3,7 +3,7 @@ from hmac import compare_digest
|
||||
from fastapi import Depends, HTTPException
|
||||
from fastapi.security import OAuth2PasswordBearer
|
||||
|
||||
from app.shared.config import settings
|
||||
from app.shared.settings import settings
|
||||
|
||||
|
||||
def authenticate_api_key(
|
||||
|
||||
Reference in New Issue
Block a user