Skip to content

Commit

Permalink
auth service updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidd-77 committed Dec 25, 2024
1 parent b421f19 commit a365220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/auth-service/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { connectDB } from "./db";
const app = express();
app.use(
cors({
origin: process.env.FRONTEND_URL,
origin: "*",
methods: "GET,HEAD,PUT,PATCH,POST,DELETE",
preflightContinue: false,
optionsSuccessStatus: 204,
Expand Down

0 comments on commit a365220

Please sign in to comment.