You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sa...@apache.org on 2019/05/17 19:13:08 UTC

[atlas] branch master updated: ATLAS-3181: fixed swagger interactive example URLs

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ff7415d  ATLAS-3181: fixed swagger interactive example URLs
ff7415d is described below

commit ff7415d8e45e5955764e522c28d9a914dfcc35f3
Author: CDrummond <cd...@cloudera.com>
AuthorDate: Tue Apr 30 16:25:53 2019 -0700

    ATLAS-3181: fixed swagger interactive example URLs
    
    Signed-off-by: Sarath Subramanian <ss...@cloudera.com>
---
 build-tools/src/main/resources/enunciate.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-tools/src/main/resources/enunciate.xml b/build-tools/src/main/resources/enunciate.xml
index e01d696..8a9383a 100755
--- a/build-tools/src/main/resources/enunciate.xml
+++ b/build-tools/src/main/resources/enunciate.xml
@@ -25,7 +25,7 @@
     </api-classes>
 
     <modules>
-        <swagger host="localhost:21000"/>
+        <swagger host="localhost:21000" basePath="/api/atlas/"/>
         <jackson datatype-detection="aggressive" propertiesAlphabetical="true" honorJaxb="false"/>
         <jaxrs datatype-detection="aggressive"/>
         <jackson1 disabled="true"/>
@@ -40,4 +40,4 @@
         <php-json-client disabled="true"/>
         <jaxws disabled="true"/>
     </modules>
-</enunciate>
\ No newline at end of file
+</enunciate>