api change

This commit is contained in:
feruz 2020-02-20 06:41:00 +02:00
parent e31f63e128
commit effa8bcaff

View File

@ -398,7 +398,7 @@ export const getCommunity = tag =>
}
axios
.post('https://beta-api.steemit.com', {
.post('https://api.steemit.com', {
jsonrpc: '2.0',
method: 'bridge.get_community',
params: { name: tag, observer: '' },