kit-clj / modules

Official Kit modules
https://kit-clj.github.io/
10 stars 11 forks source link

Auth module installs asset in wrong dir? #18

Closed gerdint closed 1 year ago

gerdint commented 1 year ago

I wonder if the destination path on this line should perhaps be .../web/middleware/auth.clj? (i.e. not in routes directory)

https://github.com/kit-clj/modules/blob/defba54ad7030e4e4ebbac95a390784e9df5bd10/auth/config.edn#L4

yogthos commented 1 year ago

Ah yeah, updated to use web/middleware/auth.clj as the path. Let me know if it looks good on your end.

gerdint commented 1 year ago

Well, i re-sycned my modules and that looks good.