fix: remove test endpoint with syntax error
Some checks failed
Deploy Development / deploy (push) Successful in 52s
Build Test / pytest-backend (push) Failing after 0s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 17s

This commit is contained in:
Lars 2026-04-18 08:20:56 +02:00
parent f864f9894d
commit ec667a75b6

View File

@ -32,11 +32,6 @@ OPENROUTER_MODEL = os.getenv("OPENROUTER_MODEL", "anthropic/claude-sonnet-4")
router = APIRouter(prefix=/api/prompts, tags=[prompts]) router = APIRouter(prefix=/api/prompts, tags=[prompts])
@router.post(/test-post)
def test_post(session: dict = Depends(require_auth)):
Simple POST test endpoint
return {status: ok, method: POST}
# Metadaten-Schlüssel in workflow aggregate_results (nicht als „einziger” Nutzer-Output) # Metadaten-Schlüssel in workflow aggregate_results (nicht als „einziger” Nutzer-Output)
_WORKFLOW_AGG_META_KEYS = frozenset({ _WORKFLOW_AGG_META_KEYS = frozenset({
"combined_analysis", "combined_analysis",