Skip to content

Commit

Permalink
Merge pull request #3088 from amvanbaren/custom-error-page
Browse files Browse the repository at this point in the history
Redirect error to webui
  • Loading branch information
amvanbaren authored Nov 6, 2024
2 parents 3df7554 + cc27ca2 commit f703db1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configuration/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ server:
address: 0.0.0.0
port: 8080
shutdown: graceful
error:
path: /error
compression:
enabled: true
mime-types: text/html,text/plain,text/css,application/javascript,application/json,text/xml,application/xml,application/xml+rss,text/javascript
Expand Down Expand Up @@ -160,7 +162,7 @@ ovsx:
storage:
primary-service: azure-blob
webui:
frontendRoutes: "/extension/**,/namespace/**,/user-settings/**,/admin-dashboard/**,/about,/publisher-agreement-*,/terms-of-use,/members,/adopters"
frontendRoutes: "/extension/**,/namespace/**,/user-settings/**,/admin-dashboard/**,/about,/publisher-agreement-*,/terms-of-use,/members,/adopters,/error"
eclipse:
base-url: https://api.eclipse.org/
publisher-agreement:
Expand Down

0 comments on commit f703db1

Please sign in to comment.