bug fixes

This commit is contained in:
2026-01-18 23:21:00 +03:00
parent c0505b4d4f
commit 7f244a8252
6 changed files with 34 additions and 34 deletions

View File

@@ -8,6 +8,7 @@ from fastapi import APIRouter, Depends
from ...core.plugin_base import PluginConfig
from ...dependencies import get_plugin_loader
from ...core.logger import belief_scope
router = APIRouter()