Commit c63175dc authored by Jacob Thornton's avatar Jacob Thornton

change endpoint to point to actual server...

parent 815a2ae9
...@@ -206,10 +206,9 @@ $(function () { ...@@ -206,10 +206,9 @@ $(function () {
$(this).val() && (vars[ $(this).prev().text() ] = $(this).val()) $(this).val() && (vars[ $(this).prev().text() ] = $(this).val())
}) })
// , url: "http://bootstrap.herokuapp.com"
$.ajax({ $.ajax({
type: 'POST' type: 'POST'
, url: 'http://localhost:3000' , url: 'http://bootstrap.herokuapp.com'
, dataType: 'jsonpi' , dataType: 'jsonpi'
, params: { , params: {
branch: '2.0-wip' branch: '2.0-wip'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment