Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(code-gen): don't throw a 404 on no match in the router
This is not up to the generated router to decide. It should just let the underlying app handle unknown requests. Which our `getApp` from `@compas/store` does.
- Loading branch information