remove .config

This commit is contained in:
2022-01-15 21:29:03 +01:00
parent cef66d59ef
commit 21a95303b8

View File

@@ -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 {