Skip to content

Instantly share code, notes, and snippets.

@pawelkaczor
Created August 1, 2016 07:15
Show Gist options
  • Save pawelkaczor/590b8e3ad2b76998cc3a9369308d3eb1 to your computer and use it in GitHub Desktop.
Save pawelkaczor/590b8e3ad2b76998cc3a9369308d3eb1 to your computer and use it in GitHub Desktop.
Sales Service [write-front] - route
def route =
pathPrefix("ecommerce") {
path("sales") {
handle[ecommerce.sales.Command]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment