drcariel commented on a change in pull request #2605: experimental web apigw
cleanup
URL:
https://github.com/apache/incubator-openwhisk/pull/2605#discussion_r133312474
##########
File path: core/controller/src/main/scala/whisk/core/controller/RestAPIs.scala
##########
@@ -197,8 +197,7 @@ class RestAPIVersion(config: WhiskConfig, apiPath: String,
apiVersion: String)(
private val triggers = new TriggersApi(apiPath, apiVersion)
private val activations = new ActivationsApi(apiPath, apiVersion)
private val rules = new RulesApi(apiPath, apiVersion)
- private val webexp = new WebActionsApi(Seq("experimental", "web"),
WebApiDirectives.exp)
- private val web = new WebActionsApi(Seq("web"), WebApiDirectives.web)
+ private val web = new WebActionsApi(Seq("web"), WebApiDirectives)
Review comment:
@rabbah I am having trouble accessing WebApiDirectives here now that I made
your suggested edit to the constructor, any suggestions?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services