diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2022-05-19 02:34:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-19 02:34:18 +0000 |
commit | 9b714fe39c83794538e0b38a63afd2bf39664c2f (patch) | |
tree | e0b638cad2b38c17f84fe5270f360a21756f6728 /src/lib/api.ts | |
parent | 41dc70e3af49fc11383d0dff3bbe8f006272bed9 (diff) | |
parent | 97688e22c8335642b72d200ce0a865353bef5207 (diff) | |
download | skyblock-stats-9b714fe39c83794538e0b38a63afd2bf39664c2f.tar.gz skyblock-stats-9b714fe39c83794538e0b38a63afd2bf39664c2f.tar.bz2 skyblock-stats-9b714fe39c83794538e0b38a63afd2bf39664c2f.zip |
Merge pull request #3 from skyblockstats/auctions
Auction Prices
Diffstat (limited to 'src/lib/api.ts')
-rw-r--r-- | src/lib/api.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/api.ts b/src/lib/api.ts index 689a952..e3559e1 100644 --- a/src/lib/api.ts +++ b/src/lib/api.ts @@ -1,2 +1,3 @@ // the trailing slash is required export const API_URL = 'https://skyblock-api.matdoes.dev/' +// export const API_URL = 'http://localhost:8080/'
\ No newline at end of file |