Updated fetch url for the hub
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m32s

This commit is contained in:
christian 2024-06-19 20:42:41 +02:00
parent 0fb22f5647
commit 0026bb4704

View File

@ -21,7 +21,7 @@ interface JobPosting {
} }
async function fetchJobs(): Promise<JobPosting[]> { async function fetchJobs(): Promise<JobPosting[]> {
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", cache: "no-store",
}); });
if (!response.ok) { if (!response.ok) {