mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 20:51:25 +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
|
@ -5,8 +5,8 @@ It defines the `/api/getChart/` endpoint that processes requests for generating
|
|||
from fastapi import APIRouter, status, Request, Response
|
||||
from pydantic import BaseModel
|
||||
|
||||
from chart.function.create_chart import create_chart
|
||||
from chart.routes.get_chart_period import prepare_chart_response
|
||||
from function.create_chart import create_chart
|
||||
from .get_chart_period import prepare_chart_response
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue