Skip to content

Commit d4382fa

Browse files
authored
Frontend - Apache proxy config (#796)
1 parent 56c0f28 commit d4382fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/shared/constants/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const CONFIG: Readonly<MinaEnv> = {
66
...environment,
77
globalConfig: {
88
...environment.globalConfig,
9-
graphQL: getURL(environment.globalConfig.graphQL),
9+
graphQL: getURL(environment.globalConfig?.graphQL),
1010
},
1111
configs: environment.configs.map((config) => ({
1212
...config,

0 commit comments

Comments
 (0)