mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore(deps): bump all (#294)
This commit is contained in:
parent
1979d924c9
commit
38cf2ff549
69 changed files with 4681 additions and 3804 deletions
|
|
@ -17,7 +17,7 @@ export class HealthCheckController {
|
|||
private readonly health: HealthCheckService,
|
||||
private readonly http: HttpHealthIndicator,
|
||||
private readonly typeorm: TypeOrmHealthIndicator,
|
||||
private readonly config: ConfigService
|
||||
private readonly config: ConfigService,
|
||||
) {}
|
||||
|
||||
@Get()
|
||||
|
|
@ -30,7 +30,7 @@ export class HealthCheckController {
|
|||
this.config.get<string>("SPOTIFY_WEB_API_URL"),
|
||||
{
|
||||
validateStatus: () => true,
|
||||
} // Successful as long as we get a valid HTTP response back }
|
||||
}, // Successful as long as we get a valid HTTP response back }
|
||||
),
|
||||
() => this.typeorm.pingCheck("db"),
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue