www.mycompany.com/ {VariableCompanyName} / {Normal angle directions}
there with the VariableCommonName would do a URL control to find the right API.
www.mycompany.com/ {VariableCompanyName} / {Normal angle directions}
there with the VariableCommonName would do a URL control to find the right API.
You could define a global variable eg who knows in app.js
var enderecos = {
cliente1: 'www.minhaempresa.com/nomeCLiente1/',
cliente2: 'www.minhaempresa.com/nomeCLiente2/',
}
ai at the time of calling could do
enderecos.cliente1 + 'rota-normal'