This commit is contained in:
Fabio Sinibaldi 2023-01-10 18:11:39 +01:00
parent a50c05a1f0
commit c4e5423a26
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<javascript-client disabled="true" />
<docs docsDir="${project.build.directory}" docsSubdir="api-docs" />
<!-- 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}/srv" />
<docs freemarkerTemplate="${project.basedir}/src/main/resources/META-INF/enunciate/d4science_docs.fmt">
<additional-css file="css/d4science_enunciate_custom.css" />
</docs>