React + Django rest framework
Апи на Django. Frontend на Реакте. При попытке достучаться выводит failed to load response data.
//код запроса
componentDidMount(){
//@ts-ignore
let res = axios.get('http://157.245.77.126/s2b/api/v1/hello/').then(resp=>alert(resp.json()))
}

