updated api ip
Some checks failed
Vercel Production Deployment / Deploy-Production (push) Has been cancelled

This commit is contained in:
christian 2024-07-08 10:48:27 +02:00
parent 0026bb4704
commit 9c2be1a2bc
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ interface JobPosting {
}
async function fetchJobs(): Promise<JobPosting[]> {
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) {

View File

@ -21,7 +21,7 @@ interface JobPosting {
}
async function fetchJobs(): Promise<JobPosting[]> {
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) {