fix: typo error fix (#1228)

This commit is contained in:
magic.chen
2024-03-01 19:33:16 +08:00
committed by GitHub
parent 0e61c55e12
commit ed4df23e4e
25 changed files with 39 additions and 37 deletions

View File

@@ -101,7 +101,9 @@ def mount_routers(app: FastAPI):
def mount_static_files(app: FastAPI):
from dbgpt.agent.plugin.commands.built_in.disply_type import static_message_img_path
from dbgpt.agent.plugin.commands.built_in.display_type import (
static_message_img_path,
)
os.makedirs(static_message_img_path, exist_ok=True)
app.mount(