Skip to content

Instantly share code, notes, and snippets.

@JustinTulloss
Created March 8, 2009 10:00
Show Gist options
  • Save JustinTulloss/75611 to your computer and use it in GitHub Desktop.
Save JustinTulloss/75611 to your computer and use it in GitHub Desktop.
(ns index
(:use compojure))
(defservlet home
(GET "/"
(html [:h1 "Flockr"]
(html [:h2 "Twitter Portal"]))))
(run-server {:port 8080} "/*" home)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment