parent
0fb22f5647
commit
0026bb4704
@ -21,7 +21,7 @@ interface JobPosting {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function fetchJobs(): Promise<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",
|
cache: "no-store",
|
||||||
});
|
});
|
||||||
if (!response.ok) {
|
if (!response.ok) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user