mirror of
https://github.com/anatolykopyl/vk-bingo.git
synced 2026-03-26 12:54:25 +00:00
🔧 Вывел URL фронтенда для CORS в .env
This commit is contained in:
@@ -8,8 +8,7 @@ require('dotenv').config()
|
||||
|
||||
app.use(cors({
|
||||
origin: [
|
||||
'http://localhost:8080',
|
||||
'https://localhost:8080'
|
||||
process.env.FRONTEND
|
||||
],
|
||||
credentials: true,
|
||||
exposedHeaders: ['set-cookie']
|
||||
|
||||
Reference in New Issue
Block a user