Skip to content

Instantly share code, notes, and snippets.

@ordnungswidrig
Created April 2, 2015 08:45
Show Gist options
  • Save ordnungswidrig/d9013659e1f7a80ea584 to your computer and use it in GitHub Desktop.
Save ordnungswidrig/d9013659e1f7a80ea584 to your computer and use it in GitHub Desktop.
redirect resource
(defresource redirected
:exists? false
:existed? true
:moved-permanently? (fn [_] {:location "http://example.com/here/we/go"}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment