You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by te...@apache.org on 2022/08/10 11:29:41 UTC

[pulsar] 01/04: [fix][rest] Fix swagger shows lookup API path error. (#17013)

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

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

commit 17894f1625ab4ec3588902125d13cb3c81a0d94b
Author: Baodi Shi <wu...@icloud.com>
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>