mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
fix(chart): Fixed a bug with dependency paths
This commit is contained in:
parent
9db37e8300
commit
872c2836bc
7 changed files with 11 additions and 11 deletions
|
@ -11,9 +11,9 @@ import uvicorn
|
|||
from fastapi import FastAPI
|
||||
from starlette.staticfiles import StaticFiles
|
||||
|
||||
from chart.middleware.plausible_analytics import PlausibleAnalytics
|
||||
from chart.routes import get_chart, get_chart_period
|
||||
from chart.utils.load_config import load_config
|
||||
from middleware.plausible_analytics import PlausibleAnalytics
|
||||
from routes import get_chart, get_chart_period
|
||||
from utils.load_config import load_config
|
||||
|
||||
app = FastAPI()
|
||||
config = load_config('config.yaml')
|
||||
|
|
Loading…
Add table
Reference in a new issue