This is an automated email from the ASF dual-hosted git repository.

technoboy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 45c20383efe [fix][rest] Fix swagger shows lookup API path error. 
(#17013)
45c20383efe is described below

commit 45c20383efebd8ec321eb5fd58c4847ac3bb5daf
Author: Baodi Shi <[email protected]>
AuthorDate: Wed Aug 10 13:45:18 2022 +0800

    [fix][rest] Fix swagger shows lookup API path error. (#17013)
---
 pulsar-broker/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pulsar-broker/pom.xml b/pulsar-broker/pom.xml
index afe66cc658c..21249c9994b 100644
--- a/pulsar-broker/pom.xml
+++ b/pulsar-broker/pom.xml
@@ -690,7 +690,7 @@
                   <springmvc>false</springmvc>
                   <locations>org.apache.pulsar.broker.lookup.v2</locations>
                   <schemes>http,https</schemes>
-                  <basePath>/lookup/v2</basePath>
+                  <basePath>/lookup</basePath>
                   <info>
                     <title>Pulsar Lookup REST API</title>
                     <version>v2</version>

Reply via email to