Skip to content

Commit

Permalink
chore: 🐳 cors 변경사항 yml 재적용 (#8)
Browse files Browse the repository at this point in the history
* chore: timezone seoul 설정

* chore: 깃 템플릿 추가, readme.md 추가

* chore: 예외처리, 전역 환경 설정 외

* feat: 데이터 모델링

* chore: 🐳 cicd 설정

* chore: 🐳 workflow lowercase 로 수정

* chore: 디스코드 webhook 테스트

* chore: :global: cors 설정

* chore: 🐳 cors 변경사항 yml 재적용
  • Loading branch information
LEEJaeHyeok97 authored Sep 26, 2024
1 parent ee6e8f9 commit 4dc0f12
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
public class CalendarController {

@GetMapping("/test")
public void test() {
System.out.println("test");
public String test() {
return "안뇽";
}

}

0 comments on commit 4dc0f12

Please sign in to comment.