updated endpoints
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m17s

This commit is contained in:
hook-lord 2024-12-06 23:55:12 +01:00
parent 9c2be1a2bc
commit 0fef6de78a
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://16.16.63.237/jobs/itjobbank", {
const response = await fetch("https://jobs-api.rannes.dev/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://16.16.63.237/jobs/thehub", {
const response = await fetch("https://jobs-api.rannes.dev/thehub", {
cache: "no-store",
});
if (!response.ok) {