hi everyone, this is my first using ktor, I just cloned this repo https://github.com/ktorio/ktor-http-api-sample from ktor’s docs.
after running the project, I see this in terminal window: Application - Responding at http://0.0.0.0:8080, but when I try to access it from browser, it gives me This 127.0.0.1 page can’t be found.
does anyone know why, did I miss anything? I tried to use different port and host but still the same result