Skip to content

Commit

Permalink
Rename resource to serviceConfigurations
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
  • Loading branch information
Claudio Mezzasalma committed Nov 8, 2019
1 parent 50d4d4e commit 401b0b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import io.swagger.annotations.Authorization;

@Api(value = "Service Configurations", authorizations = {@Authorization(value = "kapuaAccessToken")})
@Path("{scopeId}/configurations")
@Path("{scopeId}/serviceConfigurations")
public class ServiceConfigurations extends AbstractKapuaResource {

private final KapuaLocator locator = KapuaLocator.getInstance();
Expand Down

0 comments on commit 401b0b4

Please sign in to comment.