modularize service layer, add mobile nav drawer, and sync docs
This commit is contained in:
parent
7f7a8ce2b0
commit
6b6ed91b92
72 changed files with 8122 additions and 7501 deletions
|
|
@ -2,8 +2,8 @@ from __future__ import annotations
|
|||
|
||||
from fastapi import Depends
|
||||
|
||||
from app.services import ingestion as ingestion_service
|
||||
from app.services import scholar_source as scholar_source_service
|
||||
from app.services.domains.ingestion import application as ingestion_service
|
||||
from app.services.domains.scholar import source as scholar_source_service
|
||||
|
||||
|
||||
def get_scholar_source() -> scholar_source_service.ScholarSource:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue