framework-one/fw1-clj

Clean up usermanager example

Closed this issue · 2 comments

Omit /id from routes (unnecessary, and will provide a nice example of Compojure's flexibility since it can regex on parameters and provide automatic coercion as-int).

Fixed in ef55889

Mostly fixed... I did not add the automatic coercion :(