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

4 lines
137 B
TypeScript
Raw Normal View History

2021-10-27 23:37:42 +01:00
export const bytebinUrl =
2025-01-05 12:02:59 +00:00
import.meta.env.VITE_BYTEBIN_URL || 'https://bytebin.lucko.me/';
2021-10-27 23:37:42 +01:00
export const postUrl = bytebinUrl + 'post';