Detecting Request Data in the Backend

I deployed my first app and changed the domain from bubble to my own domain.

Im a bit confused what i have to change now when it comes to my webhooks where i receive API Data. Im noticing that my URL for detecting data is still the bubbleapps.io URL. So this one doesnt change at all?

This is my trigger URL for example:
https://xx.bubbleapps.io/version-test/api/1.1/wf/wh_message/

When id like to send data to the live database do i only need to change the Trigger URL to:
https://xx.bubbleapps.io/api/1.1/wf/wh_message/ and im done?