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 d63c126 commit 8230c3fCopy full SHA for 8230c3f
lib/api/fetchProxy.ts
@@ -1,6 +1,6 @@
1
import { proxy } from "./axiosInstanceApi";
2
3
-// SSR에서 proxy로 요청 보낼 때 사용하는 로직 ㅜㅊ상화
+// SSR에서 proxy로 요청 보낼 때 사용하는 로직 추상화
4
const fetchProxy = async (endpoint: string, req: any) => {
5
const headers = req ? { Cookie: req.headers.cookie } : undefined;
6
const response = await proxy.get(endpoint, { headers });
0 commit comments