Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public abstract class BaseController {
  2. protected static final String API_BASE_PATH_V1 = โ€œ/api/v1/zooโ€;
  3. protected static final String API_BASE_PATH_V2 = โ€œ/api/v2/systemโ€;
  4. protected static final String API_ZOO_RESOURCE_PATH_V2 = "/api/v2/cities/{cityId}/zoos/{zooId}";
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement