Update default API URL
This commit is contained in:
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user