feat(auth): finally better auth working as i wanted it to
This commit is contained in:
@@ -78,8 +78,9 @@ const main = async () => {
|
||||
app.use(express.json());
|
||||
|
||||
const allowedOrigins = [
|
||||
"http://localhost:5173", // dev
|
||||
"http://localhost:4200",
|
||||
"http://localhost:5173", // lstV2 dev
|
||||
"http://localhost:5500", // lst dev
|
||||
"http://localhost:4200", // express
|
||||
env.BETTER_AUTH_URL, // prod
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user