@@ -13,7 +13,7 @@ | |||
{:provided | |||
{:dependencies | |||
[[org.clojure/clojure "1.10.1"] | |||
[org.clojars.yjcyxky/tservice "0.5.6"]]} | |||
[org.clojars.yjcyxky/tservice "0.5.8"]]} | |||
:uberjar | |||
{:auto-clean true |
@@ -35,7 +35,7 @@ | |||
(s/def ::filepath | |||
(st/spec | |||
{:spec (s/and string? #(some? (re-matches #"^[a-zA-Z0-9]+:\/\/(\/|\.\/)[a-zA-Z0-9_]+.*" %))) | |||
{:spec (s/and string? #(some? (re-matches #"^[a-zA-Z0-9]+:\/\/(\/|\.\/)?[a-zA-Z0-9_]+.*" %))) | |||
:type :string | |||
:description "File path for covertor." | |||
:swagger/default nil |