Skip to content

Commit 2875c08

Browse files
PER-10380: Change dev app location
1 parent 000b039 commit 2875c08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

proxy.conf.dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"/api": {
3-
"target": "https://dev.permanent.org",
3+
"target": "https://app.dev.permanent.org",
44
"secure": false,
55
"changeOrigin": true,
66
"cookieDomainRewrite": {

src/environments/environment.dev.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Environment } from './environment-interface';
33

44
export const environment: Environment = {
55
production: true,
6-
apiUrl: 'https://dev.permanent.org/api',
6+
apiUrl: 'https://app.dev.permanent.org/api',
77
hmr: false,
88
firebase: {
99
authDomain: 'prpledgedev.firebaseapp.com',

0 commit comments

Comments
 (0)