Skip to content

Commit

Permalink
service-config
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Jun 25, 2024
1 parent 289f86f commit 6ad7f42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[deps-deploy.deps-deploy :as dd]))

(def lib 'org.pinkgorilla/clj-service)
(def version (format "0.2.%s" (b/git-count-revs nil)))
(def version (format "0.3.%s" (b/git-count-revs nil)))
(def class-dir "target/classes")
(def basis (b/create-basis {:project "deps.edn"}))
(def jar-file (format "target/%s-%s.jar" (name lib) version))
Expand Down
7 changes: 2 additions & 5 deletions resources/ext/clj-service.edn
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
'run-cb goldly.service.core/run-cb ; depreciate ??
}}
; run
; clj-service allows requests via http post
:api-routes {"clj-service" {:post goldly.service.handler/service-handler-wrapped}}
:clj-services {:name "clj-service-discovery"
:permission #{}
:symbols [goldly.service/services-list]}
:api-routes {"clj-service" {; clj-service allows requests via http post
:post goldly.service.handler/service-handler-wrapped}}
;
}

0 comments on commit 6ad7f42

Please sign in to comment.