mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
feat(api): add health-check endpoint
This commit is contained in:
parent
e78c6e312d
commit
202665a510
5 changed files with 64 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ import { MusicLibraryModule } from "./music-library/music-library.module";
|
|||
import { SourcesModule } from "./sources/sources.module";
|
||||
import { UsersModule } from "./users/users.module";
|
||||
import { ConfigModule } from "./config/config.module";
|
||||
import { HealthCheckModule } from "./health-check/health-check.module";
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
|
|
@ -26,6 +27,7 @@ import { ConfigModule } from "./config/config.module";
|
|||
SourcesModule,
|
||||
MusicLibraryModule,
|
||||
ListensModule,
|
||||
HealthCheckModule,
|
||||
],
|
||||
})
|
||||
export class AppModule {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue