Skip to content

Commit

Permalink
swap servers
Browse files Browse the repository at this point in the history
  • Loading branch information
wellcaffeinated committed Mar 13, 2019
1 parent 66db726 commit d6183d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/otol.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import axios from 'axios'
const SERVER_TIMEOUT = 10 * 1000

const otol = axios.create({
baseURL: 'https://api.opentreeoflife.org/v3'
// baseURL: 'https://api.opentreeoflife.org/v3'
baseURL: 'https://ot39.opentreeoflife.org/v3'
, timeout: SERVER_TIMEOUT
, crossdomain: true
})
Expand Down

0 comments on commit d6183d0

Please sign in to comment.