updated api ip
Some checks failed
Vercel Production Deployment / Deploy-Production (push) Has been cancelled
Some checks failed
Vercel Production Deployment / Deploy-Production (push) Has been cancelled
This commit is contained in:
parent
0026bb4704
commit
9c2be1a2bc
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user