Skip to content

Glaysa/feat split api clients

Glaysa Fernandez requested to merge glaysa/feat-split-api-clients into master

Split and use the correct backend based on which API call is triggered.

  • Variable related api calls are using the metadata backend (variable list, variable details).
  • Project/order related api calls are using the core backend (creation of order, order list, order details).

When frontend is running in staging or review, it uses the backends running in staging. Frontend production uses backend productions.

Merge request reports