Skip to content

refactor(express): Remove routes from express app; apply them in the default start.js

username-removed-633976 requested to merge dev into master

The default routes interfered with non-root apps since they were difficult to overwrite. Instead, apply them with default start.js, and document how users need to readd them when extending the express app

Merge request reports