mirror of
https://github.com/LukeHagar/idn-admin-console.git
synced 2025-12-06 04:20:02 +00:00
Remove unused API call in source-owner-configured page
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
export const load = async ({ fetch }) => {
|
||||
const response = fetch('/api/sailpoint/sources', {
|
||||
method: 'GET',
|
||||
headers: {
|
||||
'content-type': 'application/json',
|
||||
},
|
||||
});
|
||||
|
||||
return { response };
|
||||
};
|
||||
Reference in New Issue
Block a user