Skip to content

Commit

Permalink
Merge pull request #348 from joffinjoy/cbrelease-4.8.15
Browse files Browse the repository at this point in the history
Corrected Source URL For Mentoring HomeFeed API
  • Loading branch information
Haritest authored Jul 9, 2024
2 parents 186f686 + 6ba5a96 commit e87e20c
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 @@ -14029,7 +14029,7 @@ kong_apis:
config.allowed_payload_size: "{{ medium_request_size_limit }}"

- name: homeFeeds
uris: "{{ mentoring_prefix }}/v1/mentees/sessions"
uris: "{{ mentoring_prefix }}/v1/mentees/homeFeed"
upstream_url: "{{ mentoring_interface_service_url }}/mentoring/v1/mentees/homeFeed"
strip_uri: true
plugins:
Expand Down

0 comments on commit e87e20c

Please sign in to comment.