👋 are there any examples of how to use custom Transit handlers with Untangled? I currently have my server setup with usc/make-untangled-server
. It looks like I might have to switch to usc/untangled-system
and pass custom options to mid/wrap-transit-response
… is that the preferred/only approach?
@fz in general the newer server construction is preferred if you need anything special. The old one was becoming too convoluted with options for customization.
So use system
Gotcha, thanks
So use system
and pass in {:handers 'blah}
to wrap-transit-response
is the way to go?