mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-02-02 21:07:50 +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'
|
import Song from 'App/Models/Song'
|
||||||
|
|
||||||
export function getSpotifyAccount(): { access: string; refresh: string } {
|
export function getSpotifyAccount(): { access: string; refresh: string } {
|
||||||
return JSON.parse(readFileSync('.config/.spotify').toString())
|
return JSON.parse(readFileSync('.spotify').toString())
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getAuthorizationURI(): string {
|
export function getAuthorizationURI(): string {
|
||||||
|
|||||||
Reference in New Issue
Block a user