fix: fix typo error

This commit is contained in:
Pablo Lara
2024-07-30 17:25:58 +02:00
parent b112202f41
commit 3fa614341f
+1 -1
View File
@@ -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();