Hi folks,
I have a UI instance running at this address and a OTP instance running at this address. Now I am wondering how I make the API of this OTP instance able to be callable by the UI.
In this docu step 1 you set API_URL the following way.
const API_URL = process.env.API_URL || 'https://api.stadtnavi.de';
Now I am wondering how to set up the OTP instance so I can configure the UI like above and both are able to reach each other.
I appreciate any hint pointing me in the right direction.
Cheers!