rivalsjs
Version:
<h1 align="center"> Rivals JS </h1>
7 lines (5 loc) • 308 B
JavaScript
const BASE_API_URL = "https://marvelrivalsapi.com/api";
const BASE_ASSET_URL = "https://marvelrivalsapi.com/rivals";
const BASE_ASSET_PREMIUM_URL = "https://marvelrivalsapi.com";
export { BASE_API_URL as B, BASE_ASSET_PREMIUM_URL as a, BASE_ASSET_URL as b };
//# sourceMappingURL=constants-DMfBNXMm.mjs.map