Skip to content

Commit

Permalink
Get rest.js back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
juliogomez authored Oct 13, 2018
1 parent 924ec21 commit 3a83f27
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions guestbook/frontend/rest.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// createPath = 'http://10.10.20.202:31112/function/create'; // OpenFaaS
// listPath = 'http://10.10.20.202:31112/function/list'; // OpenFaaS
createPath = 'http://10.10.20.202:32237/create'; // Fission
listPath = 'http://10.10.20.202:32237/list'; // Fission
createPath = ''; // Path to create API endpoint
listPath = ''; // Path to list API endpoint

// Make List call and render current lst
function getAndRenderMsg() {
Expand Down

0 comments on commit 3a83f27

Please sign in to comment.