Skip to content
Snippets Groups Projects
Unverified Commit f2d89cae authored by Cam Saul's avatar Cam Saul
Browse files

Use new MetaStore v2 endpoint

parent 112d775d
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@
(defn- token-status-url [token]
(when (seq token)
(format "%s/api/%s/status" store-url token)))
(format "%s/api/%s/v2/status" store-url token)))
(def ^:private ^:const fetch-token-status-timeout-ms 10000) ; 10 seconds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment