mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
feat(api): custom spotify crawler interval
This commit is contained in:
parent
97f5ef70ac
commit
66fd6ce1b4
6 changed files with 46 additions and 4 deletions
|
|
@ -1,7 +1,10 @@
|
|||
import { Module } from "@nestjs/common";
|
||||
import { ConfigModule } from "../config/config.module";
|
||||
import { SchedulerService } from "./scheduler.service";
|
||||
import { SpotifyModule } from "./spotify/spotify.module";
|
||||
|
||||
@Module({
|
||||
imports: [SpotifyModule],
|
||||
providers: [SchedulerService],
|
||||
})
|
||||
export class SourcesModule {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue