정민우

[Edit] cors 허용

1 +const path = require('path')
2 +require('dotenv').config({path: path.join(__dirname, "../.env")})
3 +
1 module.exports = { 4 module.exports = {
2 origin: [ 5 origin: [
3 'http://localhost:8560', 6 'http://localhost:8560',
......