Skip to content

Commit

Permalink
Merge pull request #210 from karthik-tarento/patch-62
Browse files Browse the repository at this point in the history
Fixed typo issues in API path
  • Loading branch information
Haritest authored Feb 23, 2024
2 parents 0fce65b + 2e34ca8 commit 5e07d56
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 @@ -12467,7 +12467,7 @@ kong_apis:

- name: moderatedOpenProgramEnroll
uris: "{{ open_program_prefix }}/v1/enrol"
upstream_url: "{{ lms_service_url }}/v1/openprogram/enroll"
upstream_url: "{{ lms_service_url }}/v1/openprogram/enrol"
strip_uri: true
plugins:
- name: jwt
Expand Down

0 comments on commit 5e07d56

Please sign in to comment.