Sync GovOPlaN module state

This commit is contained in:
2026-07-10 21:57:27 +02:00
parent 63ff9a3366
commit 1ad0020e4f
3 changed files with 256 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from fastapi import APIRouter, Depends, HTTPException, Request, status
from sqlalchemy import text
from sqlalchemy.exc import SQLAlchemyError
from govoplan_access.backend.auth.dependencies import ApiPrincipal, require_any_scope
from govoplan_core.auth import ApiPrincipal, require_any_scope
from govoplan_core.core.maintenance import saved_maintenance_mode
from govoplan_core.core.registry import PlatformRegistry
from govoplan_core.db.session import get_database