diff --git a/lib/client.js b/lib/client.js index ec9d554..58df5e6 100644 --- a/lib/client.js +++ b/lib/client.js @@ -65,7 +65,7 @@ class Freshdesk { * @return {Array.} The array of tickets found */ listAllTickets (params, cb) { - makeRequest('GET', this._auth, `${this.baseUrl}/api/v2/Tickets`, params, null, cb) + makeRequest('GET', this._auth, `${this.baseUrl}/api/v2/tickets`, params, null, cb) } listAllTicketFields(params, cb) {