Convert to typescript
This commit is contained in:
4
src/util/constants.ts
Normal file
4
src/util/constants.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const bytebinUrl =
|
||||
process.env.REACT_APP_BYTEBIN_URL || 'https://bytebin.lucko.me/';
|
||||
|
||||
export const postUrl = bytebinUrl + 'post';
|
||||
Reference in New Issue
Block a user