Skip to content

Commit

Permalink
feat(url): change hook url
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasdaiki committed Mar 26, 2018
1 parent e5a19b8 commit 8cfb892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import 'bootstrap/dist/css/bootstrap.css';
import 'bootstrap/dist/css/bootstrap-theme.css';

import BinService from '../services/BinService';
const url = 'https://hook-mock.herokuapp.com';
const url = 'https://hook.beetech.global';

const binService = new BinService({ url });

Expand Down

0 comments on commit 8cfb892

Please sign in to comment.