fixed swagger base url

This commit is contained in:
Massimiliano Assante 2022-05-25 18:04:59 +02:00
parent b115782a86
commit ac9a5f39ee
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@
<additional-css <additional-css
file="css/d4science_enunciate_custom.css" /> file="css/d4science_enunciate_custom.css" />
</docs> </docs>
<swagger basePath="/${project.artifactId}/rest" /> <swagger basePath="/rest" />
</modules> </modules>
</enunciate> </enunciate>