Skip to content

Commit 8230c3f

Browse files
authored
Fix: fetchProxy.ts 주석 오타 수정
1 parent d63c126 commit 8230c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api/fetchProxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { proxy } from "./axiosInstanceApi";
22

3-
// SSR에서 proxy로 요청 보낼 때 사용하는 로직 ㅜㅊ상화
3+
// SSR에서 proxy로 요청 보낼 때 사용하는 로직 추상화
44
const fetchProxy = async (endpoint: string, req: any) => {
55
const headers = req ? { Cookie: req.headers.cookie } : undefined;
66
const response = await proxy.get(endpoint, { headers });

0 commit comments

Comments
 (0)