Skip to content

Commit

Permalink
Merge pull request #141 from CS3219-AY2425S1/c-fix
Browse files Browse the repository at this point in the history
simple fix
  • Loading branch information
simbayippy authored Nov 5, 2024
2 parents 807f140 + 143a638 commit e4d6224
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cloudbuilds/session-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ steps:
"session-service/Dockerfile",
"session-service",
]
envs:
- 'CLOUDSDK_EXPERIMENTAL_DISABLE_HTTP2=true'
env:
- "CLOUDSDK_EXPERIMENTAL_DISABLE_HTTP2=true"

- name: "gcr.io/cloud-builders/docker"
args:
Expand Down
2 changes: 1 addition & 1 deletion session-service/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { WebSocketServer } from "ws";
const setupWSConnection = require("y-websocket/bin/utils").setupWSConnection;

/**
* CORSConfiguration
* CORSConfiguration.
*/
export const allowedOrigins = ["*"];

Expand Down

0 comments on commit e4d6224

Please sign in to comment.