refactor: rebrand project to HartOMat

This commit is contained in:
2026-04-06 12:45:47 +02:00
parent fa7093307a
commit b795f0e6d6
95 changed files with 608 additions and 497 deletions
+3 -3
View File
@@ -41,9 +41,9 @@ async def lifespan(app: FastAPI):
app = FastAPI(
title="Schaeffler Automat API",
title="HartOMat API",
version="0.1.0",
description="Media-creation pipeline for Schaeffler CAD/bearing product orders",
description="Media-creation pipeline for HartOMat CAD/bearing product orders",
lifespan=lifespan,
)
@@ -101,7 +101,7 @@ app.include_router(chat_router, prefix="/api")
@app.get("/health")
async def health():
return {"status": "ok", "service": "schaefflerautomat-backend"}
return {"status": "ok", "service": "hartomat-backend"}
@app.websocket("/api/ws")