mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
🐛 Fix Toggl Trigger Node (#2418)
Updating API URL as per https://support.toggl.com/en/articles/5708431-why-did-my-integration-stop-working #2417
This commit is contained in:
@@ -25,7 +25,7 @@ export async function togglApiRequest(this: ITriggerFunctions | IPollFunctions |
|
||||
headers: headerWithAuthentication,
|
||||
method,
|
||||
qs: query,
|
||||
uri: uri || `https://www.toggl.com/api/v8${resource}`,
|
||||
uri: uri || `https://api.track.toggl.com/api/v8${resource}`,
|
||||
body,
|
||||
json: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user