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

Commit

Permalink
back to http ec2
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil authored Sep 11, 2017
1 parent 1d98df2 commit 44dacbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/charles.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Search from "./components/Search";
var $ = require('jquery');


var search = 'https://ec2-34-209-37-87.us-west-2.compute.amazonaws.com:8181/charles-rest/api/s/';
var search = 'http://ec2-34-209-37-87.us-west-2.compute.amazonaws.com:8080/charles-rest/api/s/';
var repo = $('script[id=charlesscript]').attr('repo');
var size = $('script[id=charlesscript]').attr('size');
var placeholder = $('script[id=charlesscript]').attr('placeholder');
Expand Down

0 comments on commit 44dacbc

Please # to comment.