refactor: use other way to save env

This commit is contained in:
2024-06-15 00:37:12 +03:00
parent aca3eb457a
commit c91973b185
6 changed files with 17 additions and 6 deletions

View File

@ -1,7 +1,7 @@
import {catchError, mergeMap, Observable, retryWhen, timer} from "rxjs";
import {HttpClient, HttpErrorResponse} from "@angular/common/http";
import {NotifyColor, OpenNotifyService} from "@service/open-notify.service";
import {environment} from "@/config/environment";
import {environment} from "@environment";
import {Router} from "@angular/router";
import {Injectable} from "@angular/core";