diff --git a/src/main/java/org/gcube/informationsystem/resourceregistry/api/rest/QueryTemplatesPath.java b/src/main/java/org/gcube/informationsystem/resourceregistry/api/rest/QueryTemplatesPath.java new file mode 100644 index 0000000..5597fff --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/resourceregistry/api/rest/QueryTemplatesPath.java @@ -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"; + + +} \ No newline at end of file