Adding QueryTemplates support

This commit is contained in:
Luca Frosini 2021-10-21 16:59:40 +02:00
parent ba01253865
commit 5f1246befb
1 changed files with 11 additions and 0 deletions

View File

@ -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";
}