apache / openwhisk-devtools

Development tools for building and deploying Apache OpenWhisk
https://openwhisk.apache.org/
Apache License 2.0
180 stars 126 forks source link

How can we access function playground UI? #349

Open Areej-Fatima opened 1 year ago

Areej-Fatima commented 1 year ago

In a standalone local deployment, I was able to access the function playground via http://172.17.0.1:3232/playground/ui/index.html. Now, in case of docker-compose deployment, I have successfully deployed the openwhisk and able to use the wsk cli. Now I want to know how to access the function playground? or we have to separately configure it?