Skip to content

Commit afaa5a3

Browse files
committed
Merge branch 'master' of github.com:metosin/compojure-api
2 parents 7859e12 + 5698f02 commit afaa5a3

File tree

2 files changed

+2
-48
lines changed

2 files changed

+2
-48
lines changed

src/compojure/api/core.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
optional options map as the first parameter:
3131
3232
(api
33-
{:formats [:json :edn}
33+
{:formats [:json :edn]}
3434
(context* \"/api\" []
3535
...))
3636
@@ -48,7 +48,7 @@
4848
optional options map as the first parameter:
4949
5050
(defapi app
51-
{:formats [:json :edn}
51+
{:formats [:json :edn]}
5252
(context* \"/api\" []
5353
...))
5454

src/compojure/api/sour.clj

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)