From 0026bb4704a39d25eaf78a78d8ef952443f87b58 Mon Sep 17 00:00:00 2001 From: christian Date: Wed, 19 Jun 2024 20:42:41 +0200 Subject: [PATCH] Updated fetch url for the hub --- src/app/TheHub.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/TheHub.tsx b/src/app/TheHub.tsx index 99d904f..977be97 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/hub", { + const response = await fetch("http://51.20.250.24/jobs/thehub", { cache: "no-store", }); if (!response.ok) {