From e768a529cf51791d66c68e23efe73da77df388db Mon Sep 17 00:00:00 2001 From: Alex Gershfeld <134902494+Gersh01@users.noreply.github.com> Date: Wed, 29 May 2024 23:19:40 -0400 Subject: [PATCH] Update app.js --- js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index d586fea..d297e0b 100644 --- a/js/app.js +++ b/js/app.js @@ -1,5 +1,5 @@ //const urlBase = 'http://159.203.115.181/LAMPAPI'; -const urlBase = 'http://143.198.9.78/LAMPAPI'; +const urlBase = 'http://oceanic-connections.xyz/LAMPAPI'; const extension = 'php'; @@ -1237,4 +1237,4 @@ function favoriteSearch(){ } searchContact(null,null,null,null,null); } -} \ No newline at end of file +}