Remove API constants from sdk.ts

This commit is contained in:
Tee
2021-02-19 19:29:16 -05:00
parent 25e1972242
commit 9b6acd5b9a

View File

@ -1,7 +1,3 @@
// Constants
export const API_URL: string = 'https://api.pokemontcg.io';
export const API_VERSION: string = '1';
// Classes
export * from './classes/card';
export * from './classes/set';