diff --git a/src/heyarne/all_my_friends/server.clj b/src/heyarne/all_my_friends/server.clj index f400e2f..e9991de 100644 --- a/src/heyarne/all_my_friends/server.clj +++ b/src/heyarne/all_my_friends/server.clj @@ -26,8 +26,9 @@ (let [{:keys [snapshot predictions]} (-> req :params)] (upload! snapshot predictions) {:status 201 - :body (str "Thanks :)")}))}]] - ["/*" (ring/create-resource-handler)]))) + :body (str "Thanks :)")}))}] + ["/*" (ring/create-resource-handler)]] + {:conflicts (constantly nil)}))) (defonce server (atom nil))