Commit 48e39fee by Tuukka Kivilahti

hups :)

1 parent c437d5c7
......@@ -25,8 +25,8 @@ import java.util.Date;
import java.util.List;
@RequestScoped
@Path("/v3/vip")
@Api(value = "/v3/vip", description = "Vip list operations")
@Path("/v2/vip")
@Api(value = "/v2/vip", description = "Vip list operations")
@Produces({MediaType.APPLICATION_JSON + "; charset=UTF-8"})
@Consumes({MediaType.APPLICATION_JSON})
public class VipRestView {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!