Closed
Description
Today I'm trying to get my Parse-Server-Swift setup on Heroku.
Regarding webhooks where on restart of the server, we delete and recreate the webhooks.
However, right now, the Port is always added. By default, if there's no port in the Environments, port 8081 is setup by default and added to the webhook URL.
Is there a way we can have 8081 not show up? As of now, after restart, my webooks revert back to
http://sampledomain.com:8081/xxx/get
when I just need
http://sampledomain.com/xxx/get
thanks,