Skip to content

Commit b567ee2

Browse files
committed
1 parent a927dae commit b567ee2

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'; // CORS 미들웨어 import
33

44
const app = new Hono().basePath('/api');
55

6-
// CORS 미들웨어 설정...
6+
// CORS 미들웨어 설정....
77
app.use(
88
'/*', // 하위의 모든 경로에 CORS 적용
99
cors({

0 commit comments

Comments
 (0)