Compare commits
2 Commits
bd7162b803
...
eae517af1c
| Author | SHA1 | Date | |
|---|---|---|---|
| eae517af1c | |||
| caf0fa3be9 |
@ -10,7 +10,6 @@ x-app-common: &app-common
|
|||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
DEBUG: false
|
|
||||||
DATABASE_URL: "postgresql://postgres:example@db:5432/postgres"
|
DATABASE_URL: "postgresql://postgres:example@db:5432/postgres"
|
||||||
REDIS_URL: "redis://valkey:6379/0"
|
REDIS_URL: "redis://valkey:6379/0"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@ -98,7 +98,7 @@ async def find_pat(user: Annotated[str, Depends(login)]):
|
|||||||
@router.get('/getProfile')
|
@router.get('/getProfile')
|
||||||
async def get_profile():
|
async def get_profile():
|
||||||
return await c.vitacore_api.getProfile(
|
return await c.vitacore_api.getProfile(
|
||||||
'3c963d68-14e5-4a43-ab15-1d2d19b76398'
|
'b62e9f22-a871-4c52-96d6-559c707a716d'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -22,7 +22,7 @@ def get_openapi_schema(router: APIRouter):
|
|||||||
'description': 'Development environment',
|
'description': 'Development environment',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'url': 'https://med-assistant-api.tatar.ru/',
|
'url': 'https://med-assistant.tatar.ru/api/',
|
||||||
'description': 'Production environment',
|
'description': 'Production environment',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user