Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Restore required config property
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Nov 3, 2023
1 parent 9152f72 commit 60f6f83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ quarkus.http.access-log.exclude-pattern=/health/.*
# Redirects

designer.enable-redirects=false
designer.redirects.root=/,/apis/designer/v0/system/info

## Always enable CORS

Expand Down
2 changes: 1 addition & 1 deletion ui/ui-app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ import react from "@vitejs/plugin-react-swc";
export default defineConfig({
plugins: [react(), tsconfigPaths()],
server: {
port: 8000
port: 8888
}
});

0 comments on commit 60f6f83

Please sign in to comment.