Remove path for the create method.

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/resource-management/resource-manager@158801 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Manuele Simi 2017-11-25 03:47:48 +00:00
parent 87de702639
commit 362743bed2
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ public class Context {
* e.g. POST /resource-manager/context/
*/
@POST
@Path(ContextPath.CREATE_PATH_PART)
@Produces(ResourceInitializer.APPLICATION_JSON_CHARSET_UTF_8)
public Response create(String json)
{