rivalsjs
Version:
<h1 align="center"> Rivals JS </h1>
11 lines (8 loc) • 378 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";
exports.BASE_API_URL = BASE_API_URL;
exports.BASE_ASSET_PREMIUM_URL = BASE_ASSET_PREMIUM_URL;
exports.BASE_ASSET_URL = BASE_ASSET_URL;
//# sourceMappingURL=constants-Cz2zS-Zn.cjs.map