Skip to content

Commit

Permalink
Merge pull request metabase#8595 from metabase/use-v2-endpoint
Browse files Browse the repository at this point in the history
Use new MetaStore v2 endpoint
  • Loading branch information
camsaul authored Sep 27, 2018
2 parents 112d775 + f2d89ca commit 8bf182f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metabase/public_settings/metastore.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8bf182f

Please sign in to comment.