From 05bca625f53f021596bc8e84fb7ee6933114a65a Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 18 May 2022 21:12:45 +0000 Subject: show 'no results' faster --- src/lib/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/api.ts') diff --git a/src/lib/api.ts b/src/lib/api.ts index 1721d01..e3559e1 100644 --- a/src/lib/api.ts +++ b/src/lib/api.ts @@ -1,3 +1,3 @@ // the trailing slash is required export const API_URL = 'https://skyblock-api.matdoes.dev/' -// export const API_URL = 'http://localhost:8080/' +// export const API_URL = 'http://localhost:8080/' \ No newline at end of file -- cgit