mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
fix: fix typo error
This commit is contained in:
@@ -8,7 +8,7 @@ export const getProvider = async () => {
|
||||
if (!key) return undefined;
|
||||
|
||||
try {
|
||||
const providers = await fetch(`${key}/api/proiders`);
|
||||
const providers = await fetch(`${key}/api/providers`);
|
||||
|
||||
const data = await providers.json();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user