updated backend imports for clarity, enhanced sync logic, and expanded proxy routes in frontend

This commit is contained in:
2025-08-04 22:38:53 +02:00
parent c3eb540261
commit 26c3cc79d7
4 changed files with 25 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ from contextlib import contextmanager
from pathlib import Path
from typing import Iterator
from .config import (
from backend.app.config import (
ARTICLE_FETCH_TIMEOUT,
CRON_HOURS,
DB_PATH,