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