Skip to content

Commit

Permalink
feat: configurable favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Volland committed Apr 22, 2024
1 parent f381f9c commit bf6a1b9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,9 @@ public class DefaultApplicationTheme implements Serializable {
)
private String logoPath;

@Schema(
description = "The path to the favicon."
)
private String faviconPath;

}

0 comments on commit bf6a1b9

Please sign in to comment.