Change DATAFILE to DATAPATH
This commit is contained in:
parent
3aa0bfda18
commit
11bb38dcbf
1 changed files with 1 additions and 1 deletions
|
|
@ -7,4 +7,4 @@
|
||||||
|
|
||||||
export const TWITCH_URI: string = "https://api.twitch.tv/helix/streams";
|
export const TWITCH_URI: string = "https://api.twitch.tv/helix/streams";
|
||||||
|
|
||||||
export const DATAFILE: string = "data.json";
|
export const DATAPATH: string = "./data";
|
||||||
Loading…
Add table
Add a link
Reference in a new issue