Skip to content

openapi: kotlin: support kotlin anonymous object as router #3484

@jknack

Description

@jknack

like:

{
   mount("/path", object: Kooby ({
       get("/foo") {
              "OK"
       }
  }) {})
}

cc/ @jonaskahn

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions