I’m new and kinda lost, between components, system, and bidi. I have a Hadoop FileSystem I have wrapped as a component, that I’d like to make usable from a handler in the routes.clj file. The home-routes function takes a single endpoint positional argument. If I modify app-system to make :routes also invoke component/using, how do I get the home-routes function to pick up the my HDFS component?
Thanks!!!