Restructure web app directories

This commit is contained in:
武阳
2026-05-06 12:01:22 +08:00
parent 2ea3a63447
commit 4e9ea0e3bb
12 changed files with 22 additions and 12 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ from pathlib import Path
from fastapi.testclient import TestClient
from src.gui.server import AgentState, create_app
from backend.api.server import AgentState, create_app
def _build_client(tmp: Path) -> tuple[TestClient, AgentState]: