Files
lucko-paste/src/util/constants.ts
2025-01-05 12:02:59 +00:00

4 lines
137 B
TypeScript

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