Skip to content

Commit

Permalink
Base uri property should be org.orcid.core.baseUri
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Nov 15, 2024
1 parent c95226d commit ab2f875
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class CorsFilterWeb extends OncePerRequestFilter {
@Resource
CrossDomainWebManger crossDomainWebManger;

@Value("${org.orcid.core.web.filters}")
@Value("${org.orcid.core.baseUri}")
private String baseUri;

@Override
Expand Down

0 comments on commit ab2f875

Please sign in to comment.