Skip to content

Commit

Permalink
fix: 일렉트론 오리진 cors 추가 (#502)
Browse files Browse the repository at this point in the history
* fix: 도무지이해할수엄는순환종속성이슈를어찌저찌해결..

* refactor: HomeModule CQRS 패턴 시범적용

* refactor: HomeModule CQRS 패턴 시범적용

* chore: release bot 스크립트 수정

* refactor: home api 커맨드 패턴 적용 및 레디스 전역모듈화

* refactor: home api 커맨드 패턴 적용 및 레디스 전역모듈화

* refactor: home api 커맨드 패턴 적용 및 레디스 전역모듈화

* fix: 메일 템플릿 경로 수정

* fix: 메일 로고 경로 수정

* fix:  에세이 목록 조회 시 중복 및 페이징 문제 해결

* fix: 테스트 흔적 제거...

* fix: 썸네일 필드 누락

* fix: 일렉트론 오리진 cors 추가
  • Loading branch information
daechan-jo authored Dec 18, 2024
1 parent 20a9721 commit a2079e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ async function bootstrap() {
const app = await NestFactory.create<NestExpressApplication>(AppModule, { snapshot: true });

const allowedOrigins = [
'app://.',
'https://linkedoutapp.com',
'https://linkedout-umber.vercel.app',
'https://admin.linkedoutapp.com',
Expand Down

0 comments on commit a2079e9

Please sign in to comment.