정민우

Merge branch 'backend-docker' into 'master'

[Edit] cors 허용



See merge request !5
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',
......