Fork me on GitHub
#pedestal
<
2017-03-18
>
sineer00:03:38

Holy shit I found out what I was doing wrong at last!

sineer00:03:41

If you don't quote interceptors in routes def they can't be reloaded... It makes senses but I sure had to struggle a lot to figure it out!

sineer00:03:22

My routes still won't update too.

jimmy02:03:20

how do you reload your code ?

sineer03:03:04

I'm running the run-dev fn at the repl with my service's route set like ::http/routes #(route/expand-routes (deref #'routes/master-routes))

sineer03:03:39

I use cider-jack-in and also reploaded.repl

sineer03:03:18

I can deref my master-routes and see what changes in the repl but the jetty process never picks up the routes updates.