Skip to content
Snippets Groups Projects
Commit 2569c83d authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Changing base path since we currently omit VIPSCoreManager

parent fe308746
Branches
Tags
No related merge requests found
......@@ -74,7 +74,7 @@ public class ModelResourceImpl implements ModelResource{
@Override
public Response defaultResponse()
{
return Response.ok().entity("<html><head></head><body><a href=\"" + servletRequest.getContextPath() + "/models/\">Models</a></body></html>").build();
return Response.ok().entity("<html><head></head><body><a href=\"/models/\">Models</a></body></html>").build();
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment