mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 12:14:33 +01:00
remove .config
This commit is contained in:
@@ -7,7 +7,7 @@ import { Artist, InternalPlayerResponse, PlayerResponse, SpotifyToken } from 'Ap
|
||||
import Song from 'App/Models/Song'
|
||||
|
||||
export function getSpotifyAccount(): { access: string; refresh: string } {
|
||||
return JSON.parse(readFileSync('.config/.spotify').toString())
|
||||
return JSON.parse(readFileSync('.spotify').toString())
|
||||
}
|
||||
|
||||
export function getAuthorizationURI(): string {
|
||||
|
||||
Reference in New Issue
Block a user