diff --git a/babashka/scripts.json b/babashka/scripts.json index d1bd9e3..f8ae282 100644 --- a/babashka/scripts.json +++ b/babashka/scripts.json @@ -1,3 +1,4 @@ [ - { "file": "pst.clj", "route": "/bb/getPstTime", "method": "GET" } -] \ No newline at end of file + { "file": "pst.clj", "route": "/bb/getPstTime", "method": "GET" }, + { "file": "latest-release.clj", "route": "/bb/sernRelease", "method" "GET" } +]