Update: Refactor to absolute imports, fix QPS limits, and enhance Gitea sync with SQLite support
This commit is contained in:
@@ -7,8 +7,8 @@ from typing import Optional
|
||||
|
||||
from fastapi import APIRouter, Depends, Query
|
||||
|
||||
from ..auth.dependencies import get_current_user
|
||||
from ..services.db_schema import query_http_logs, query_http_log_stats
|
||||
from web.backend.auth.dependencies import get_current_user
|
||||
from web.backend.services.db_schema import query_http_logs, query_http_log_stats
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user