any way to debug what handler figwheel is using?
I have a ring handler set via :figwheel {... :ring-handler clinic-web.server/app ...}
in project.clj, and it somewhat works, except that the root url is being handled by something I don't recognize
apparently it's serving an index.html file from a package I pulled in as a dependency