mirror of
https://github.com/apricote/Listory.git
synced 2026-02-07 18:27:03 +00:00
chore(api): update dependencies
This commit is contained in:
parent
05f230a7ce
commit
d881a78757
37 changed files with 4804 additions and 2700 deletions
|
|
@ -10,10 +10,10 @@ import { TrackRepository } from "./track.repository";
|
|||
TypeOrmModule.forFeature([
|
||||
AlbumRepository,
|
||||
ArtistRepository,
|
||||
TrackRepository
|
||||
])
|
||||
TrackRepository,
|
||||
]),
|
||||
],
|
||||
providers: [MusicLibraryService],
|
||||
exports: [MusicLibraryService]
|
||||
exports: [MusicLibraryService],
|
||||
})
|
||||
export class MusicLibraryModule {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue