Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public class RouterJettyServerInitializer implements JettyServerInitializer
"/",
"/coordinator-console/*",
"/public/*",
"/assets/*",
"/old-console/*",
"/pages/*",
"/unified-console.html",
Expand Down
3 changes: 1 addition & 2 deletions web-console/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ node/
node_modules/
resources/
public/
assets/
lib/*.css

coordinator-console/
Expand All @@ -14,4 +13,4 @@ lib/sql-function-doc.ts
.tscache
tscommand-*.tmp.txt

licenses.json
licenses.json
Loading