Skip to content

Instantly share code, notes, and snippets.

@jskulski
Created May 18, 2014 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jskulski/577d8dad63f1fc90b8a1 to your computer and use it in GitHub Desktop.
Save jskulski/577d8dad63f1fc90b8a1 to your computer and use it in GitHub Desktop.
(ns loquat.core
(:use
[ring.adapter.jetty :as jetty]))
; Routing
(defroutes main-routes
(GET "/" [] "Hello World"))
@jskulski
Copy link
Author

is giving me an error

CompilerException java.lang.RuntimeException: Unable to resolve symbol: defroutes in this context, compiling:(/private/var/folders/t0/167w456j5ns47xg97d2wsr_d804rzh/T/form-init5838953061545099190.clj:1:1) 
loquat.core=> 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment