updated endpoints
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m17s
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m17s
This commit is contained in:
parent
9c2be1a2bc
commit
0fef6de78a
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user