M
Size: a a a
M
R
M
R
R
(defproject client "0.1.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.10.520"]
[enfocus "2.1.1"]
[cljs-ajax "0.8.0"]]
:profiles {:dev {:plugins [[lein-cljsbuild "1.1.7"]]}}
:cljsbuild {
:builds [{
:source-paths ["src"]
:compiler {
:output-to "resources/js/main.js"
:optimizations :whitespace
:pretty-print true}}]})
ST
R
(defn load-points []
(GET "/points"
{:handler point-list}))
(GET "localhost:8000/points" {:handler point-list}))
ST
ST
OR
GET
.ST
GET
.OR
PP
R
ST
PP
jQuery.ajax
, они даже наверняка передают его в одно и то же место.R
МИ
KR