You've already forked isop-mirror
refactor: change API endpoint for getting student's personal internships
This commit is contained in:
@@ -25,7 +25,7 @@ const headers = [
|
||||
];
|
||||
|
||||
const user = useSanctumUser<User>();
|
||||
const { data, error } = await useSanctumFetch<Internship[]>('/api/internships');
|
||||
const { data, error } = await useSanctumFetch<Internship[]>('/api/internships/my');
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user