Skip to content

Commit e4d6224

Browse files
authored
Merge pull request #141 from CS3219-AY2425S1/c-fix
simple fix
2 parents 807f140 + 143a638 commit e4d6224

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cloudbuilds/session-service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ steps:
1010
"session-service/Dockerfile",
1111
"session-service",
1212
]
13-
envs:
14-
- 'CLOUDSDK_EXPERIMENTAL_DISABLE_HTTP2=true'
13+
env:
14+
- "CLOUDSDK_EXPERIMENTAL_DISABLE_HTTP2=true"
1515

1616
- name: "gcr.io/cloud-builders/docker"
1717
args:

session-service/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { WebSocketServer } from "ws";
66
const setupWSConnection = require("y-websocket/bin/utils").setupWSConnection;
77

88
/**
9-
* CORSConfiguration
9+
* CORSConfiguration.
1010
*/
1111
export const allowedOrigins = ["*"];
1212

0 commit comments

Comments
 (0)