Hello! i created a HTTP APIs sample app from
Ktor web page.. Once i finished with this tutorial, i wanna consume that api call from my mobile project! this is my endpoint
http://127.0.0.1:8080/customer, the server is running! from the mobile side, which should be the endpoint to consume the api? Since the
http://127.0.0.1:8080 is my localhost.. im using a physical device to test this! Thanks