From 9c2be1a2bcd78c53b5a76e448d4cee9363409b1b Mon Sep 17 00:00:00 2001 From: christian Date: Mon, 8 Jul 2024 10:48:27 +0200 Subject: [PATCH] updated api ip --- src/app/ITJobbank.tsx | 2 +- src/app/TheHub.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/ITJobbank.tsx b/src/app/ITJobbank.tsx index 1c99aa0..bf9c9a0 100644 --- a/src/app/ITJobbank.tsx +++ b/src/app/ITJobbank.tsx @@ -21,7 +21,7 @@ interface JobPosting { } async function fetchJobs(): Promise { - const response = await fetch("http://51.20.250.24/jobs/itjobbank", { + const response = await fetch("http://16.16.63.237/jobs/itjobbank", { cache: "no-store", }); if (!response.ok) { diff --git a/src/app/TheHub.tsx b/src/app/TheHub.tsx index 977be97..53a53d8 100644 --- a/src/app/TheHub.tsx +++ b/src/app/TheHub.tsx @@ -21,7 +21,7 @@ interface JobPosting { } async function fetchJobs(): Promise { - const response = await fetch("http://51.20.250.24/jobs/thehub", { + const response = await fetch("http://16.16.63.237/jobs/thehub", { cache: "no-store", }); if (!response.ok) {