Skip to content

Commit

Permalink
fix(#3198): Support additional images in markdown documentation (#3199)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer authored Aug 30, 2024
1 parent 4c56c55 commit 9550ffc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ public static Collection<String> get() {
"/api/v2/auth/register",
"/api/v2/auth/settings",
"/api/v2/auth/restore/*",
"/api/v2/asset-dashboards/images/*",
"/api/v2/restore-password/*",
"/api/v2/activate-account/*",
"/api/v2/pe/*/assets/icon",
"/api/v2/pe/*/assets/icon.png",
"/api/v2/pe/*/assets/*.png",
"/api/v2/connect/master/description/*/assets/icon",
"/apidocs/**",
"/api/auth/**",
Expand Down

0 comments on commit 9550ffc

Please sign in to comment.