We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 000b039 + 2875c08 commit 518b4c5Copy full SHA for 518b4c5
proxy.conf.dev.json
@@ -1,6 +1,6 @@
1
{
2
"/api": {
3
- "target": "https://dev.permanent.org",
+ "target": "https://app.dev.permanent.org",
4
"secure": false,
5
"changeOrigin": true,
6
"cookieDomainRewrite": {
src/environments/environment.dev.ts
@@ -3,7 +3,7 @@ import { Environment } from './environment-interface';
export const environment: Environment = {
production: true,
- apiUrl: 'https://dev.permanent.org/api',
+ apiUrl: 'https://app.dev.permanent.org/api',
7
hmr: false,
8
firebase: {
9
authDomain: 'prpledgedev.firebaseapp.com',
0 commit comments