mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: mock folder imgs
This commit is contained in:
parent
8cc6111aaf
commit
9c459c6ff0
4 changed files with 9 additions and 3 deletions
2
app.py
2
app.py
|
|
@ -2,7 +2,7 @@ import asyncio
|
|||
import logging
|
||||
from fastapi import FastAPI, Request
|
||||
import re
|
||||
from config.config import LearnHouseConfig, get_learnhouse_config
|
||||
from src.core.config.config import LearnHouseConfig, get_learnhouse_config
|
||||
from src.core.events.events import shutdown_app, startup_app
|
||||
from src.main import global_router
|
||||
from fastapi.middleware.cors import CORSMiddleware
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue