typesafegithub / github-workflows-kt

Authoring GitHub Actions workflows in Kotlin. You won't go back to YAML!
https://typesafegithub.github.io/github-workflows-kt/
Apache License 2.0
515 stars 24 forks source link

refactor(server): extract handlers in routing to functions #1493

Closed krzema12 closed 3 months ago

krzema12 commented 3 months ago

Part of #1492.

In the next change, we'll add alternative routes with the same logic, i.e. without the leading /binding. Later on, once we migrate all known usages, /binding will be removed.