Skip to content

Commit 842206b

Browse files
authored
Update config.py
1 parent 8b78699 commit 842206b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
class Settings(BaseSettings):
1515
"""FastAPI settings & configuration."""
1616

17-
app_name: str = "Blog Webhook API"
18-
title: str = "Blog Webhook API"
17+
app_name: str = "Ghost Webhook API"
18+
title: str = "Ghost Webhook API"
1919
description: str = "API to automate optimizations for blog sites."
2020
items_per_user: int = 50
2121
debug: bool = True

0 commit comments

Comments
 (0)