4 lines
137 B
TypeScript
4 lines
137 B
TypeScript
export const bytebinUrl =
|
|
import.meta.env.VITE_BYTEBIN_URL || 'https://bytebin.lucko.me/';
|
|
export const postUrl = bytebinUrl + 'post';
|