@path("api/attachments")
class Attach{
@path("/")
public String method1(){
}
}
this is my sample code. i am using java rest jersey but imethod1 calling if giving URL api/attachments/ .if i am not giving ending slash URL not configure. i want to make ending slash optional even if i am not providing any slash in URL this method should invoked.Thanku in advance