Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circleci project setup #66

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update guestbook.js
added urls and json entrie
MostafaAlaa297 authored Oct 30, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 8934b22c9bb2973d9c39a515e2a9cf81190d90bc
2 changes: 1 addition & 1 deletion guestbook.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Web application
*/
const apiUrl = 'https://eu-gb.functions.appdomain.cloud/api/v1/web/2405b280-c725-44a2-84ad-159bbb34ac3f/guestbook/';
const apiUrl = 'https://eu-gb.functions.appdomain.cloud/api/v1/web/2405b280-c725-44a2-84ad-159bbb34ac3f/guestbook';
const guestbook = {
// retrieve the existing guestbook entries
get() {