2020-09-17 03:21:29 UTC - Dominic Kim: I am sorry to hear that. I could not attend it because I had to submit a paper. How about having this meeting on-demand? I feel like it would be great to leave one channel to share information, new features, and discuss agendas. So anyone who wants to demonstrate anything or talk about any agendas he can request the meeting. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600312889086100?thread_ts=1600265419.084600&cid=C3TPCAQG1 ---- 2020-09-17 07:41:00 UTC - KahHoe: Hi, I have a question that I hope someone is able to help, thanks in advance! Creating API in OpenWhisk seems to always add a prefix of `/api/<user-id>/` prefix to the URL. This makes creating API for swagger even more confusing because with this prefix, now we cannot use that particular swagger file to call these APIs anymore due to the added prefix.
Is there any way we can overcome this please? Or is there any way we can customize the API URL? Thanks https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600328460089500?thread_ts=1600328460.089500&cid=C3TPCAQG1 ---- 2020-09-17 19:02:25 UTC - Rodric Rabbah: you’re referring to the api gateway? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600369345089800?thread_ts=1600328460.089500&cid=C3TPCAQG1 ---- 2020-09-17 19:02:57 UTC - Rodric Rabbah: you can modify the nginx config file to rewrite the url and put the user id in the sub/domain name (look in the openwhisk nginx for the “vanity url” section for an example) +1 : KahHoe https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600369377090000?thread_ts=1600328460.089500&cid=C3TPCAQG1 ----