Skip to content

Commit 9493b7c

Browse files
committed
frontend/env-prod: remove graphql suffix
1 parent 3216151 commit 9493b7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/environments/environment.prod.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ export const environment: Readonly<MinaEnv> = {
2525
configs: [
2626
{
2727
name: 'o1Labs Plain Node 1',
28-
url: 'http://mina-rust-plain-1.gcp.o1test.net/graphql',
28+
url: 'http://mina-rust-plain-1.gcp.o1test.net/',
2929
},
3030
{
3131
name: 'o1Labs Plain Node 2',
32-
url: 'http://mina-rust-plain-2.gcp.o1test.net/graphql',
32+
url: 'http://mina-rust-plain-2.gcp.o1test.net/',
3333
},
3434
{
3535
name: 'o1Labs Plain Node 3',
36-
url: 'http://mina-rust-plain-3.gcp.o1test.net/graphql',
36+
url: 'http://mina-rust-plain-3.gcp.o1test.net/',
3737
},
3838
],
3939
sentry: undefined,

0 commit comments

Comments
 (0)