Skip to content

Commit

Permalink
feat: dep
Browse files Browse the repository at this point in the history
  • Loading branch information
sammaji committed Jun 29, 2024
1 parent f9c4bae commit 837413f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import path from "path";
const app = express();
const server = createServer(app);

app.use(cors());
app.use(cors({origin: "*"}));

const io = new Server(server, {
cors: {
Expand Down

0 comments on commit 837413f

Please sign in to comment.