From 9b16e5eedd92bd1dfd5826a73378644f32efdbb2 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Sat, 6 May 2023 11:17:39 -0500 Subject: [PATCH] Update scripts.json --- babashka/scripts.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" } +]