Skip to content

Commit

Permalink
change something
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Jan 8, 2025
1 parent 6befe09 commit 644fe66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from routers import conversations

app = FastAPI(
title="Kyma Companion",
title="Kyma Companion test",
)
app.include_router(conversations.router)

Expand Down

0 comments on commit 644fe66

Please sign in to comment.