Skip to content

Instantly share code, notes, and snippets.

@renaudmathieu
Created July 5, 2021 15:18
Show Gist options
  • Save renaudmathieu/f0d976cf436ff9941a8b70d2dd6ee52c to your computer and use it in GitHub Desktop.
Save renaudmathieu/f0d976cf436ff9941a8b70d2dd6ee52c to your computer and use it in GitHub Desktop.
ktor_part3_application_routing
get<Routes.TODO> { // this: PipelineContext<Unit, ApplicationCall>
TodoRepositoryImpl.getAll() // it is launched here 🚀
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment