Skip to content

Instantly share code, notes, and snippets.

@hiteshchopra11
Last active September 14, 2021 06:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiteshchopra11/fd7e62866bec94632613ae69d4026ed3 to your computer and use it in GitHub Desktop.
Save hiteshchopra11/fd7e62866bec94632613ae69d4026ed3 to your computer and use it in GitHub Desktop.
routing {
get("/notes") {
val notes = arraylistof("Note 1","Note 2")
call.respond(notes)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment