You've already forked restcountries
mirror of
https://gitlab.com/restcountries/restcountries.git
synced 2026-04-05 12:32:54 +01:00
Merge branch 'develop' into 'master'
Changing v1 to v2 See merge request amatos/rest-countries!3
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user