moved rest examples
This commit is contained in:
parent
a478ab08c4
commit
5fe4909050
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.service.idm.rest.test;
|
||||
package org.gcube.service.idm.rest.examples;
|
||||
|
||||
import org.gcube.common.authorization.control.annotations.AuthorizationControl;
|
||||
import org.gcube.common.security.providers.SecretManagerProvider;
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.service.idm.rest.test;
|
||||
package org.gcube.service.idm.rest.examples;
|
||||
|
||||
import jakarta.ws.rs.GET;
|
||||
import jakarta.ws.rs.Path;
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.service.idm.rest.test;
|
||||
package org.gcube.service.idm.rest.examples;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.service.idm.rest.test;
|
||||
package org.gcube.service.idm.rest.examples;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
Loading…
Reference in New Issue