diff --git a/lib/resources/Workers.js b/lib/resources/Workers.js index f4d53b0..951bee8 100644 --- a/lib/resources/Workers.js +++ b/lib/resources/Workers.js @@ -21,6 +21,7 @@ class Workers extends Resource { }, getByLocation: { path: '/workers/location', + altPath: '/workers/location', method: 'GET', queryParams: true, },