When trying to test the routes I encountered a server error.
I fixed it by wrapping the (HTML) response in html-response.
My Portal VS Code plugin also generated some files that need to be ignored and the ClojureScript compile rule was not run when starting the dev server via make which created some problems for me.
When trying to test the routes I encountered a server error. I fixed it by wrapping the (HTML) response in
html-response
.My Portal VS Code plugin also generated some files that need to be ignored and the ClojureScript compile rule was not run when starting the dev server via
make
which created some problems for me.Fixes #144