We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8115d18 commit 94816e8Copy full SHA for 94816e8
backend/api/index.ts
@@ -3,7 +3,7 @@ import { cors } from 'hono/cors'; // CORS 미들웨어 import
3
4
const app = new Hono().basePath('/api');
5
6
-// CORS 미들웨어 설정
+// CORS 미들웨어 설정.
7
app.use(
8
'/*', // 하위의 모든 경로에 CORS 적용
9
cors({
frontend/src/routes/+page.svelte
@@ -1,5 +1,5 @@
1
<script lang="ts">
2
- // 1. static에서 실제 변수 이름을 직접 가져옵니다.
+ // 1. static에서 실제 변수 이름을 직접 가져옵니다..
import { PUBLIC_VITE_API_BASE_URL } from '$env/static/public';
// 2. 템플릿에서 사용하는 모든 상태 변수를 선언합니다.
0 commit comments