From 366013f44d2d680fa71fc5bc3777a4165fa5a544 Mon Sep 17 00:00:00 2001 From: Luck Date: Mon, 25 Aug 2025 10:25:09 +0100 Subject: [PATCH] Update default API URL --- src/util/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/constants.ts b/src/util/constants.ts index 8d8fc26..121b56e 100644 --- a/src/util/constants.ts +++ b/src/util/constants.ts @@ -1,5 +1,5 @@ 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 useQueryRouting = import.meta.env.VITE_USE_QUERY_ROUTING === 'true';