chore: update environment imports for consistency
This commit is contained in:
parent
1d522201f2
commit
db6ec47ce7
4 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
import { Component } from '@angular/core';
|
||||
import { FormControl, FormGroup, ReactiveFormsModule } from '@angular/forms';
|
||||
import PocketBase from 'pocketbase';
|
||||
import { environment } from '../../environments/environment.development';
|
||||
import { environment } from '../../environments/environment';
|
||||
import { Router } from '@angular/router';
|
||||
|
||||
@Component({
|
||||
|
|
|
@ -8,7 +8,7 @@ import {
|
|||
RouterStateSnapshot
|
||||
} from '@angular/router';
|
||||
import PocketBase from 'pocketbase';
|
||||
import { environment } from '../../environments/environment.development';
|
||||
import { environment } from '../../environments/environment';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import { Injectable } from "@angular/core";
|
||||
import { environment } from "../../environments/environment.development";
|
||||
import { environment } from "../../environments/environment";
|
||||
import PocketBase, { RecordModel } from 'pocketbase';
|
||||
|
||||
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
export const environment = {};
|
||||
export const environment = {
|
||||
POCKETBASE: 'http://pocketbase-yocs0oko0o8cws44kw8gk8g8.192.168.178.105.sslip.io/'
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue