We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335c418 commit 366013fCopy full SHA for 366013f
src/util/constants.ts
@@ -1,5 +1,5 @@
1
export const bytebinUrl =
2
- import.meta.env.VITE_BYTEBIN_URL || 'https://bytebin.lucko.me/';
+ import.meta.env.VITE_BYTEBIN_URL || 'https://api.pastes.dev/';
3
export const postUrl = bytebinUrl + 'post';
4
export const useQueryRouting =
5
import.meta.env.VITE_USE_QUERY_ROUTING === 'true';
0 commit comments