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
Scott Lanoue
01/18/2025, 8:23 PM
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