Merge branch 'develop' into 'master'

Changing v1 to v2

See merge request amatos/rest-countries!3
This commit is contained in:
Alejandro Matos
2020-09-25 06:30:52 +00:00
@@ -18,7 +18,7 @@ import javax.ws.rs.QueryParam;
import javax.ws.rs.core.Response;
import java.util.*;
@Controller("v1/")
@Controller("v2/")
public class CountryController {
@Get(uri = "all", produces = MediaType.APPLICATION_JSON)