Skip to content

Commit

Permalink
refactor: move /contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-elimu committed Sep 29, 2024
1 parent 839dc89 commit f0cc25f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public String handleSubmit(
// The Contributor completed the on-boarding wizard for the first time

if (!EnvironmentContextLoaderListener.PROPERTIES.isEmpty()) {
String contentUrl = "https://" + EnvironmentContextLoaderListener.PROPERTIES.getProperty("content.language").toLowerCase() + ".elimu.ai/content/contributor/" + contributor.getId();
String contentUrl = "https://" + EnvironmentContextLoaderListener.PROPERTIES.getProperty("content.language").toLowerCase() + ".elimu.ai/contributor/" + contributor.getId();
String embedThumbnailUrl = null;
if (StringUtils.isNotBlank(contributor.getImageUrl())) {
embedThumbnailUrl = contributor.getImageUrl();
Expand Down

0 comments on commit f0cc25f

Please sign in to comment.