weavejester / compojure-example

An example Compojure project
57 stars 29 forks source link

replace compojure.handler with ring.defaults #8

Closed vhquang closed 7 years ago

vhquang commented 7 years ago

This PR updates the example to use ring.middleware.defaults instead of compojure.handler, to avoid the issue mention in: https://github.com/ring-clojure/ring/issues/251

Also update:

weavejester commented 7 years ago

I think at this point there are better examples around, so this project should probably be marked as being deprecated instead.

vhquang commented 7 years ago

Thanks for your response. That is a fair point. Let close this PR.