Skip to content

Commit 366013f

Browse files
committed
Update default API URL
1 parent 335c418 commit 366013f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const bytebinUrl =
2-
import.meta.env.VITE_BYTEBIN_URL || 'https://bytebin.lucko.me/';
2+
import.meta.env.VITE_BYTEBIN_URL || 'https://api.pastes.dev/';
33
export const postUrl = bytebinUrl + 'post';
44
export const useQueryRouting =
55
import.meta.env.VITE_USE_QUERY_ROUTING === 'true';

0 commit comments

Comments
 (0)