Skip to content

Commit

Permalink
Merge pull request #140 from CS3219-AY2425S1/c-fix
Browse files Browse the repository at this point in the history
push to build session service
  • Loading branch information
simbayippy authored Nov 5, 2024
2 parents bfd603f + fdb781d commit 807f140
Showing 1 changed file with 1 addition and 1 deletion.
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 807f140

Please sign in to comment.