fixed configurations path

This commit is contained in:
Luca Frosini 2022-02-22 10:46:44 +01:00
parent a52f8980e8
commit b0e6aff70c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import org.slf4j.LoggerFactory;
/**
* @author Luca Frosini (ISTI - CNR)
*/
@Path(Configuration.CONFIGURATION)
@Path(Configuration.CONFIGURATIONS)
public class Configuration extends BaseREST implements org.gcube.gcat.api.interfaces.Configuration<Response,Response> {
private static Logger logger = LoggerFactory.getLogger(Configuration.class);