diff --git a/src/clj_hl7_fhir/core.clj b/src/clj_hl7_fhir/core.clj index 6ce52f7..bfadd5e 100644 --- a/src/clj_hl7_fhir/core.clj +++ b/src/clj_hl7_fhir/core.clj @@ -279,8 +279,7 @@ [base-url relative-url] (if-not (or (str/blank? base-url) (str/blank? relative-url)) - (-> (join-paths base-url relative-url) - (url) + (-> (url base-url relative-url) (.toString)))) (defn collect-resources