mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-07 20:10:08 +00:00
fix: typo error fix (#1228)
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user