From 3a83f27635dc0af64deb58e5b684feed2cf6d900 Mon Sep 17 00:00:00 2001 From: Julio Date: Sat, 13 Oct 2018 10:25:45 +0200 Subject: [PATCH] Get rest.js back to original --- guestbook/frontend/rest.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/guestbook/frontend/rest.js b/guestbook/frontend/rest.js index 66b98bb..d0353ce 100644 --- a/guestbook/frontend/rest.js +++ b/guestbook/frontend/rest.js @@ -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() {