bugfixing

This commit is contained in:
MuslemRahimi 2025-02-10 00:33:51 +01:00
parent dbe45710c4
commit 6b13d213a7

View File

@ -61,7 +61,7 @@
} else if (["BTC", "USD"]?.includes(symbol)) {
path = "";
} else {
path = `/crypto/${symbol}`;
path = `/index/${symbol}`;
}
}
return path;