fix: rollback in release
This commit is contained in:
@@ -91,7 +91,7 @@ app: FastAPI = FastAPI(
|
||||
redoc_url=None,
|
||||
docs_url=None,
|
||||
lifespan=lifespan,
|
||||
title='Elcsa. Auth Service',
|
||||
title='Bitforce. Auth Service',
|
||||
version='1.0.0',
|
||||
description='',
|
||||
license_info={
|
||||
@@ -152,9 +152,3 @@ async def ping() -> dict[str, str]:
|
||||
'message': 'pong',
|
||||
'status': 'ok',
|
||||
}
|
||||
|
||||
@app.get('/health')
|
||||
async def health() -> dict[str, str]:
|
||||
return {
|
||||
'status': 'ok',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user