mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore(api): update dependencies
This commit is contained in:
parent
05f230a7ce
commit
d881a78757
37 changed files with 4804 additions and 2700 deletions
|
|
@ -6,11 +6,11 @@ import { SpotifyAuthService } from "./spotify-auth.service";
|
|||
HttpModule.registerAsync({
|
||||
useFactory: () => ({
|
||||
timeout: 5000,
|
||||
baseURL: "https://accounts.spotify.com/"
|
||||
})
|
||||
})
|
||||
baseURL: "https://accounts.spotify.com/",
|
||||
}),
|
||||
}),
|
||||
],
|
||||
providers: [SpotifyAuthService],
|
||||
exports: [SpotifyAuthService]
|
||||
exports: [SpotifyAuthService],
|
||||
})
|
||||
export class SpotifyAuthModule {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue