Skip to content

Commit 92aa800

Browse files
committed
1 parent b567ee2 commit 92aa800

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
@@ -1,7 +1,7 @@
11
import { Hono } from 'hono';
22
import { cors } from 'hono/cors'; // CORS 미들웨어 import
33

4-
const app = new Hono().basePath('/api');
4+
const app = new Hono();
55

66
// CORS 미들웨어 설정....
77
app.use(

0 commit comments

Comments
 (0)