Skip to content

Commit 7809033

Browse files
committed
1 parent d716163 commit 7809033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { cors } from 'hono/cors';
33

44
const app = new Hono();
55

6-
// 디버깅을 위해 모든 출처를 허용하는 가장 단순한 CORS 설정..
6+
// 디버깅을 위해 모든 출처를 허용하는 가장 단순한 CORS 설정...
77
app.use('*', cors());
88

99
// 다른 모든 라우트를 제거하고, 오직 이 테스트 라우트만 남깁니다.

0 commit comments

Comments
 (0)