Update default API URL

This commit is contained in:
Luck
2025-08-25 10:25:09 +01:00
parent 335c418c54
commit 366013f44d

View File

@@ -1,5 +1,5 @@
export const bytebinUrl = export const bytebinUrl =
import.meta.env.VITE_BYTEBIN_URL || 'https://bytebin.lucko.me/'; import.meta.env.VITE_BYTEBIN_URL || 'https://api.pastes.dev/';
export const postUrl = bytebinUrl + 'post'; export const postUrl = bytebinUrl + 'post';
export const useQueryRouting = export const useQueryRouting =
import.meta.env.VITE_USE_QUERY_ROUTING === 'true'; import.meta.env.VITE_USE_QUERY_ROUTING === 'true';