Skip to content

Commit

Permalink
change in the end point for demand search api
Browse files Browse the repository at this point in the history
  • Loading branch information
shankaragoudab authored May 14, 2024
1 parent 80d5fc3 commit dfa57cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13132,7 +13132,7 @@ kong_apis:

- name: searchDemand
uris: "{{ demand_prefix }}/content/search"
upstream_url: "{{ cb_pores_service_url }}/demand/filter"
upstream_url: "{{ cb_pores_service_url }}/demand/search"
strip_uri: true
plugins:
- name: jwt
Expand Down Expand Up @@ -13163,4 +13163,4 @@ kong_apis:
config.policy: local
config.hour: "{{ medium_rate_limit_per_hour }}"
config.limit_by: credential
- name: request-size-limiting
- name: request-size-limiting

0 comments on commit dfa57cb

Please sign in to comment.