Skip to content
Snippets Groups Projects
Unverified Commit 8bf182f9 authored by Cam Saul's avatar Cam Saul Committed by GitHub
Browse files

Merge pull request #8595 from metabase/use-v2-endpoint

Use new MetaStore v2 endpoint
parents 112d775d f2d89cae
No related branches found
Tags v0.30.4
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