Updated fetch url for the hub
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m32s
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m32s
This commit is contained in:
parent
0fb22f5647
commit
0026bb4704
@ -21,7 +21,7 @@ interface 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",
|
||||
});
|
||||
if (!response.ok) {
|
||||
|
Loading…
Reference in New Issue
Block a user