File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -932,7 +932,7 @@ map could be returned.
932
932
:headers {}
933
933
:body [:html {:lang "en"}
934
934
[:head [:title "Hello World Wide Web"]]
935
- [:body [:h1 "Hello World Wide Web"]]]))
935
+ [:body [:h1 "Hello World Wide Web"]]]} ))
936
936
----
937
937
938
938
NOTE: The `:status` and `:headers` keys map optionally be omitted.
@@ -977,7 +977,7 @@ every response:
977
977
978
978
(defn wrap-headers [headers]
979
979
(fn [handler]
980
- (fn [request)
980
+ (fn [request]
981
981
(let [response (handler request)]
982
982
(update response :headers merge headers)))))
983
983
----
@@ -1499,7 +1499,7 @@ default this should be placed in the `static` subdirectory.
1499
1499
</head>
1500
1500
<body>
1501
1501
<div id="todos"></div>
1502
- <script src="/cljs/client.cljs "></script>
1502
+ <script src="/cljs/client.js "></script>
1503
1503
</body>
1504
1504
</html>
1505
1505
----
You can’t perform that action at this time.
0 commit comments