mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
feat(api): add listen report endpoint
This commit is contained in:
parent
ddcdfff89b
commit
3828b841c2
9 changed files with 179 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ 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";
|
||||
import { ReportsModule } from "./reports/reports.module";
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
|
|
@ -28,6 +29,7 @@ import { HealthCheckModule } from "./health-check/health-check.module";
|
|||
MusicLibraryModule,
|
||||
ListensModule,
|
||||
HealthCheckModule,
|
||||
ReportsModule,
|
||||
],
|
||||
})
|
||||
export class AppModule {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue