Skip to content

Commit 350dbc7

Browse files
feat(flyio): fix server prod value
1 parent 8699866 commit 350dbc7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const environment = {
22
production: true,
3-
graphqlHost: 'https://fly.io/apps/nestjs-example-app/',
3+
graphqlHost: 'https://nestjs-example-app.fly.dev/',
44
domain: 'https://angular-example-app.onrender.com',
55
};

src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
export const environment = {
66
production: false,
77
// graphqlHost: 'http://localhost:3000/', // if you are running nestjs-example-app project
8-
graphqlHost: 'https://fly.io/apps/nestjs-example-app/',
8+
graphqlHost: 'https://nestjs-example-app.fly.dev/',
99
domain: 'http://localhost:4200',
1010
};

0 commit comments

Comments
 (0)