Adding QueryTemplates support
This commit is contained in:
parent
ba01253865
commit
5f1246befb
|
@ -0,0 +1,11 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.rest;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
||||
*/
|
||||
public class QueryTemplatesPath {
|
||||
|
||||
public static final String QUERY_TEMPLATES_PATH_PART = "query-templates";
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue