This is an automated email from the ASF dual-hosted git repository.
riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 9550ffcd36 fix(#3198): Support additional images in markdown
documentation (#3199)
9550ffcd36 is described below
commit 9550ffcd362e557f4823bfcb36f9d2d2582aad09
Author: Dominik Riemer <[email protected]>
AuthorDate: Fri Aug 30 12:28:31 2024 +0200
fix(#3198): Support additional images in markdown documentation (#3199)
---
.../org/apache/streampipes/service/core/UnauthenticatedInterfaces.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/streampipes-service-core/src/main/java/org/apache/streampipes/service/core/UnauthenticatedInterfaces.java
b/streampipes-service-core/src/main/java/org/apache/streampipes/service/core/UnauthenticatedInterfaces.java
index 85deaf6d8a..ebadac6489 100644
---
a/streampipes-service-core/src/main/java/org/apache/streampipes/service/core/UnauthenticatedInterfaces.java
+++
b/streampipes-service-core/src/main/java/org/apache/streampipes/service/core/UnauthenticatedInterfaces.java
@@ -30,11 +30,10 @@ public class UnauthenticatedInterfaces {
"/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/**",