feat(api): custom spotify crawler interval

This commit is contained in:
Julian Tölle 2020-11-28 18:28:38 +01:00
parent 97f5ef70ac
commit 66fd6ce1b4
6 changed files with 46 additions and 4 deletions

View file

@ -15,5 +15,6 @@ import { SpotifyService } from "./spotify.service";
SpotifyAuthModule,
],
providers: [SpotifyService],
exports: [SpotifyService],
})
export class SpotifyModule {}