5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
|
|
export const bytebinUrl =
|
||
|
|
process.env.REACT_APP_BYTEBIN_URL || 'https://bytebin.lucko.me/';
|
||
|
|
|
||
|
|
export const postUrl = bytebinUrl + 'post';
|