@hirely/sdk 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants.js +1 -1
- package/package.json +1 -1
package/dist/constants.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** @internal Base URL for the Hirely public API. Not configurable by consumers. */
|
|
2
|
-
export const BASE_URL = "https://hirely.cc/api/v1/sdk";
|
|
2
|
+
export const BASE_URL = "https://api.hirely.cc/api/v1/sdk";
|
|
3
3
|
/** @internal Required prefix for all Hirely public API keys. */
|
|
4
4
|
export const API_KEY_PREFIX = "hk_pub_";
|
|
5
5
|
/** Default request timeout in milliseconds. */
|