Files
lucko-paste/src/util/constants.ts

5 lines
139 B
TypeScript
Raw Normal View History

2021-10-27 23:37:42 +01:00
export const bytebinUrl =
process.env.REACT_APP_BYTEBIN_URL || 'https://bytebin.lucko.me/';
export const postUrl = bytebinUrl + 'post';