fix(backend): fix import path for MarketService in api routes
This commit is contained in:
@@ -12,8 +12,7 @@ from app.schemas.dtos import (
|
|||||||
OrderDTO
|
OrderDTO
|
||||||
)
|
)
|
||||||
from app.domains.ledger.service import LedgerService
|
from app.domains.ledger.service import LedgerService
|
||||||
from app.domains.market.service import MarketService
|
from app.domains.trading.service import MarketService, TradingService
|
||||||
from app.domains.trading.service import TradingService
|
|
||||||
|
|
||||||
api_router = APIRouter(prefix="/v1")
|
api_router = APIRouter(prefix="/v1")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user