Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
fix url building for rest interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Jun 17, 2013
1 parent a367098 commit 37b52f6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -102,7 +102,7 @@ private URL getBaseUrl()

protected String getUrlPrefix()
{
return "rest";
return "rest/";
}

public <T> T createProxy(Class<T> clazz, URI baseUri)
Expand Down

0 comments on commit 37b52f6

Please sign in to comment.