Skip to content

Commit

Permalink
dropping uriTemplates list bean with swap to rest dsl
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyary committed May 24, 2017
1 parent ee421eb commit 22b1c32
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,4 @@ public void beforeApplicationStart(CamelContext context) {
public void afterApplicationStart(CamelContext context) {}
};
}

@Bean
public List<String> uriTemplates() {
return Arrays.asList(
"/products/classify/{sku}",
"/products/keywords",
"/products/reduce",
"/products/{sku}",
"/products/",
"/billing/process",
"/billing/refund",
"/customers/{customerId}/orders/{orderId}/orderItems/{orderItemId}",
"/customers/{customerId}/orders/{orderId}/orderItems",
"/customers/{customerId}/orders/{orderId}",
"/customers/{customerId}/orders",
"/customers/authenticate",
"/customers/{id}",
"/customers/"
);
}
}

0 comments on commit 22b1c32

Please sign in to comment.