Skip to content

Commit 15eb94e

Browse files
committed
check
1 parent a8b4d56 commit 15eb94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ redisClient.connect();
2323

2424
const app = express()
2525
app.use(cors({
26-
origin: ["https://leetcode-clone-user-website.vercel.app"],
26+
origin: "*",
2727
credentials: true
2828
}))
2929
app.use(express.json())

0 commit comments

Comments
 (0)