Skip to content

Commit

Permalink
Fix: updating freshdesk
Browse files Browse the repository at this point in the history
  • Loading branch information
beepdot committed Mar 6, 2020
1 parent e50d57a commit 2fccdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5047,7 +5047,7 @@ kong_apis:

- name: freshDesk
request_path: "/tickets/v1/create"
upstream_url: "{{ freshDesk_url }}/api/v2/tickets"
upstream_url: "{{ freshDesk_url|d('http://127.0.100.100') }}/api/v2/tickets"
strip_request_path: true
plugins:
- name: jwt
Expand Down

0 comments on commit 2fccdb4

Please sign in to comment.