fix permissions

This commit is contained in:
jxxghp
2024-07-05 08:10:21 +08:00
parent 30ae583704
commit 059e4f08a3
10 changed files with 90 additions and 42 deletions

View File

@@ -15,7 +15,7 @@ from app.db.models.site import Site
from app.db.models.siteicon import SiteIcon
from app.db.models.sitestatistic import SiteStatistic
from app.db.systemconfig_oper import SystemConfigOper
from app.db.userauth import get_current_active_superuser
from app.db.user_oper import get_current_active_superuser
from app.helper.sites import SitesHelper
from app.scheduler import Scheduler
from app.schemas.types import SystemConfigKey, EventType