Fix view webapp translations

This commit is contained in:
Claude Brisson
2023-06-18 15:47:33 +02:00
parent c2a91a7b37
commit 731d798e24
6 changed files with 87 additions and 24 deletions

View File

@@ -103,6 +103,7 @@
</httpConnector>
<systemProperties>
<pairgoth.api.url>http://localhost:8085/api/</pairgoth.api.url>
<pairgoth.env>dev</pairgoth.env>
</systemProperties>
<webApp>
<resourceBases>${project.basedir}/src/main/webapp,${project.build.directory}/generated-resources/</resourceBases>