Update: Refactor to absolute imports, fix QPS limits, and enhance Gitea sync with SQLite support
This commit is contained in:
@@ -6,8 +6,8 @@ from typing import Optional
|
||||
import httpx
|
||||
from fastapi import APIRouter, Depends, HTTPException, Request
|
||||
|
||||
from ..auth.dependencies import get_current_user
|
||||
from ..services import db_schema
|
||||
from web.backend.auth.dependencies import get_current_user
|
||||
from web.backend.services import db_schema
|
||||
|
||||
router = APIRouter(prefix="/api/tasks", tags=["tasks"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user