From 9ac2c69fa7c9eb2e7c0b22143f964e9bbe375c7b Mon Sep 17 00:00:00 2001 From: dev1lfreak Date: Mon, 15 Jun 2026 14:15:18 +0300 Subject: [PATCH] refactor: change title in swagger --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 1cc40a9..814cbc1 100644 --- a/src/main.py +++ b/src/main.py @@ -91,7 +91,7 @@ app: FastAPI = FastAPI( redoc_url=None, docs_url=None, lifespan=lifespan, - title='Bitforce. Auth Service', + title='Elcsa. Auth Service', version='1.0.0', description='', license_info={