Correct host value

This commit is contained in:
windlejacob12 2022-09-04 05:27:01 -04:00
parent e414debf33
commit 24c5273e33

View File

@ -12,7 +12,7 @@
(not (nil? v)))
(defn get-host [url]
(.getHost (new URL)))
(.getHost (URL. url)))
(defn new-page [uri]
(-> uri