Cannot connect to localhost API from Android app

前端 未结 8 2213
星月不相逢
星月不相逢 2020-12-10 06:47

I am new to Django. I have created an API named http://127.0.0.1:8000/api/update/1/ and it works perfectly in the browser and on the Postman app.

Howev

8条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-10 07:47

    In local host You must start the server and also do app development in same system then only it works for you..

提交回复
热议问题