microservice creation #4

Merged
s468653 merged 2 commits from feature/microservice into master 2022-01-27 18:08:00 +01:00
Showing only changes of commit 76a2396a06 - Show all commits

View File

@ -39,9 +39,14 @@ namespace BitSearch.API.Controllers
{
{"Bitcoin", "#btc"},
{"Etherum", "#eth"},
{"Ripple", "xrp"},
{"Litecoin", "#ltc"},
{"Binance Coin", "#binance"}
{"Tron", "#trx"},
{"Tether", "#usdt"},
{"Binance Coin", "#bnb"},
{"Cardano", "#ada"},
{"Dash", "#dash"},
{"Neo", "#neo"},
{"Steem", "#steem"},
{"Zcash", "#zec"}
};
var token = Configuration["Token"];