@workbuddy/sdk-js-vnext 1.0.48 → 1.0.49
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const PUBLIC_API_BASE_PATH = '/api/v2/public';
|
|
2
2
|
const DEFAULT_API_VERSION = '2026-01';
|
|
3
|
-
const DEFAULT_TOKEN_URL = '/api/oauth2/token';
|
|
3
|
+
const DEFAULT_TOKEN_URL = 'https://abutanka.workbuddy.io/api/oauth2/token';
|
|
4
4
|
|
|
5
5
|
export class WorkBuddyApiError extends Error {
|
|
6
6
|
constructor(message, response, data) {
|