Skip to content

Commit

Permalink
Base uri property should be org.orcid.core.baseUri (#7139)
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro authored Nov 15, 2024
1 parent 66e1051 commit 090b7b0
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 090b7b0

Please sign in to comment.