From e4c4e7e541d9ebff32b3f1567ffb4c714299ffa3 Mon Sep 17 00:00:00 2001
From: Shishir Suman <74050813+shishirsuman092@users.noreply.github.com>
Date: Thu, 8 Feb 2024 17:25:08 +0530
Subject: [PATCH] updating comment hub upstream uri

---
 ansible/roles/kong-api/defaults/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ansible/roles/kong-api/defaults/main.yml b/ansible/roles/kong-api/defaults/main.yml
index a142b5ba2..d46c0982f 100644
--- a/ansible/roles/kong-api/defaults/main.yml
+++ b/ansible/roles/kong-api/defaults/main.yml
@@ -15674,7 +15674,7 @@ kong_apis:
 
 - name: commentHubCreationServiceUpdateComment
   uris: "{{ comment_hub_prefix }}/v1/comment/update"
-  upstream_url: "{{ commenthub_service_url }}/v1/comment/update"
+  upstream_url: "{{ commenthub_service_url }}/api/v1/comment/update"
   strip_uri: true
   plugins:
     - name: jwt
@@ -15695,7 +15695,7 @@ kong_apis:
 
 - name: commentHubCreationServiceAddComment
   uris: "{{ comment_hub_prefix }}/v1/comment/addFirst"
-  upstream_url: "{{ commenthub_service_url }}/v1/comment/addFirst"
+  upstream_url: "{{ commenthub_service_url }}/api/v1/comment/addFirst"
   strip_uri: true
   plugins:
     - name: jwt
-- 
GitLab