bugfixing
This commit is contained in:
parent
dbe45710c4
commit
6b13d213a7
@ -61,7 +61,7 @@
|
|||||||
} else if (["BTC", "USD"]?.includes(symbol)) {
|
} else if (["BTC", "USD"]?.includes(symbol)) {
|
||||||
path = "";
|
path = "";
|
||||||
} else {
|
} else {
|
||||||
path = `/crypto/${symbol}`;
|
path = `/index/${symbol}`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return path;
|
return path;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user