Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Per the mux docs, "Routes are tested in the order they were added to the router. If two routes match, the first one wins." This means that `checks.RegisterRoutes()` needs to be called after everything else defining a route in /api/checks/ as it otherwise matches every path under /api/checks/.
- Loading branch information