package au.org.aurin.wif.controller; /** * The Class OWIURLs, where we keep the REST services URLs. */ public class OWIURLs { /** The Constant PROJECT_SVC_URI. */ public static final String PROJECT_SVC_URI = "/projects"; }