diff options
author | mat <github@matdoes.dev> | 2022-05-18 21:12:45 +0000 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-05-18 21:12:45 +0000 |
commit | 05bca625f53f021596bc8e84fb7ee6933114a65a (patch) | |
tree | d2bd965db3af6717710130715c92aa36a5a2711b /src/lib | |
parent | be6907cfa459c850e7b200df91d8347a39bfe614 (diff) | |
download | skyblock-stats-05bca625f53f021596bc8e84fb7ee6933114a65a.tar.gz skyblock-stats-05bca625f53f021596bc8e84fb7ee6933114a65a.tar.bz2 skyblock-stats-05bca625f53f021596bc8e84fb7ee6933114a65a.zip |
show 'no results' faster
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/api.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 |