Created crud opration for company api's
This commit is contained in:
@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestHeader;
|
||||
import java.net.URI;
|
||||
import java.util.Map;
|
||||
|
||||
@FeignClient(value = "vat-check-service", url = GepafinConstant.VATNUMBER_V2)
|
||||
@FeignClient(value = "vat-check-service", url = GepafinConstant.CHECK_VATNUMBER_V2_NEW_URL)
|
||||
public interface VatCheckService {
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user