Admin_966
02/24/2025, 2:23 PMktor
rest API server, GET
/api/v1/myroute/CompTIE
matches the route I've created, but GET
/api/v1/myroute/CompTIA
does not.
The route is defined as
fun Route.myRoutes() {
route("/myroute") {
get("/{name}") {
...
}
}
}
Why am I getting this error?
Thread in Slack Conversation