basepath changed for swagger

This commit is contained in:
lucio 2023-05-25 14:53:27 +02:00
parent a42919ffcf
commit 80704b9df2
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<!-- REPLACE THE ${project.artifactId} WITH YOUR APPLICATION NAME. E.g.
/gcat, /uri-resolver. if the ${project.artifactId} is not matching your APPLICATION
Name /> -->
<swagger basePath="/${project.artifactId}" />
<swagger basePath="/${project.artifactId}/workspace" />
<docs
freemarkerTemplate="${project.basedir}/src/main/resources/META-INF/enunciate/d4science_docs.fmt">