Skip to content

Commit

Permalink
commit url for the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarpa committed Mar 17, 2019
1 parent 7a7e906 commit 723a14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/utils/unstuckoverflowClient.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from 'axios';
import sjcl from 'sjcl';

const BASE = 'http://localhost:8081';
const BASE = 'http://35.187.102.14:8081';

const encrypt = (password) => {
const out = sjcl.hash.sha256.hash(password);
Expand Down

0 comments on commit 723a14e

Please sign in to comment.