Hi, I am new to ktor backend. I have downloaded a ...
# server
s
Hi, I am new to ktor backend. I have downloaded a new project by selecting couple of plugins. The routing is defined in the databases class. how can I access this routing from postman.
s
Check the server address / port specified in your main function; probably in Application.kt Then you can probably call it via postman (or any other tool) at http://localhost:8080/cities etc etc