#84 - StarbucksClient now uses correct base URI.

This commit is contained in:
Oliver Gierke
2015-05-17 16:36:25 +02:00
parent 8ce6ac38c0
commit 81b576b663

View File

@@ -53,7 +53,7 @@ public class StarbucksClient {
@Ignore
public void discoverStoreSearch() {
Traverson traverson = new Traverson(URI.create("http://localhost:8080"), MediaTypes.HAL_JSON);
Traverson traverson = new Traverson(URI.create("http://localhost:8080/api"), MediaTypes.HAL_JSON);
// Set up path traversal
TraversalBuilder builder = traverson. //