iptdevs-design-system 2.7.0 → 2.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -707,14 +707,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImpor
707
707
  class IPTGeneralService {
708
708
  baseUrl() {
709
709
  let url = window.location.href;
710
- if (url.includes('localhost')) {
711
- return 'https://lab.iptdev.com.co';
710
+ if (url.includes('localhost') || url.includes('qa')) {
711
+ return 'https://lab.iptdev.com.co/';
712
712
  }
713
- else if (url.includes('inglesparatodos.edu.co') || url.includes('qa')) {
714
- return 'https://iptdev.com.co';
713
+ else if (url.includes('inglesparatodos.edu.co')) {
714
+ return 'https://iptdev.com.co/';
715
715
  }
716
716
  else if (url.includes('inglesparatodos.us')) {
717
- return 'https://iptdev.com.co';
717
+ return 'https://iptdev.com.co/';
718
718
  }
719
719
  else {
720
720
  return 'error.com';