fix(environment): change ip pocketbase
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
apiUrl: 'http://10.1.1.40:8090',
|
apiUrl: 'http://localhost:8090',
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
apiUrl: 'http://10.1.1.40:8090',
|
apiUrl: 'http://localhost:8090',
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user