Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
Default API URL to https://daolist.1hive.org`
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Aug 29, 2019
1 parent 90f8e74 commit e58c941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
import App from './pages/app'

const client = new GraphQLClient({
url: process.env.API_URL || 'http://daolist.1hive.org'
url: process.env.API_URL || 'https://daolist.1hive.org'
})

ReactDOM.render(
Expand Down

0 comments on commit e58c941

Please sign in to comment.