Closed Quantumplation closed 11 years ago
I'm trying to integrate the ring-cors library into my application, and unfortunately I'm getting a compilation error.
Exception in thread "main" java.lang.RuntimeException: Unable to resolve symbol: join in this context, compiling:(ring/middleware/cors.clj:20)
Here's a gist of my code:
https://gist.github.com/Quantumplation/7696685
Nevermind, updating my clojure dependency to 1.4.0 solved this. :)
I'm trying to integrate the ring-cors library into my application, and unfortunately I'm getting a compilation error.
Exception in thread "main" java.lang.RuntimeException: Unable to resolve symbol: join in this context, compiling:(ring/middleware/cors.clj:20)
Here's a gist of my code:
https://gist.github.com/Quantumplation/7696685