fixed configurations path
This commit is contained in:
parent
a52f8980e8
commit
b0e6aff70c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue