Remove unused API call in source-owner-configured page

This commit is contained in:
luke-hagar-sp
2024-01-23 13:17:16 -06:00
parent bf1f0a0399
commit d2320956c0

View File

@@ -1,10 +0,0 @@
export const load = async ({ fetch }) => {
const response = fetch('/api/sailpoint/sources', {
method: 'GET',
headers: {
'content-type': 'application/json',
},
});
return { response };
};