Is it possible for autoreload in Catacumba to work without passing a var? For example with the handler defined like this: [:post "api" (partial post-api-handler !db)]
. This is not a var so autoreload does not work.
No it is not possible, but you can define a var for (partial ...
and later pass it