🐞 fix(web_ui): 修复webui导入路径错误 (#1785)

This commit is contained in:
梦璃雨落 2024-12-20 10:28:36 +08:00 committed by GitHub
parent a8e4d29031
commit 176b5c9afd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,8 +8,8 @@ import nonebot
from zhenxun.configs.config import Config
from ....base_model import Result
from ....utils import (
from ..base_model import Result
from ..utils import (
ACCESS_TOKEN_EXPIRE_MINUTES,
create_token,
get_user,