You've already forked RekomenciBackend
fix(): adaptix is a common dependency due to it being used in domain
This commit is contained in:
@@ -14,7 +14,7 @@ from fastapi.middleware.cors import CORSMiddleware
|
||||
|
||||
from template_project.ml.configuration import load_configuration
|
||||
from template_project.ml.ioc.make import make_ioc
|
||||
from template_project.ml.routes import embedding, healthcheck
|
||||
from template_project.ml.routes import embedding, healthcheck, predict
|
||||
|
||||
LOG_CONFIG: Final = {
|
||||
"version": 1,
|
||||
@@ -56,6 +56,7 @@ def make_asgi_application(
|
||||
)
|
||||
app.include_router(healthcheck.router)
|
||||
app.include_router(embedding.router)
|
||||
app.include_router(predict.router)
|
||||
|
||||
setup_dishka(container=ioc, app=app)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user