diff --git a/src/app/utils/fetchUtil.ts b/src/app/utils/fetchUtil.ts index ca12311..0aaa798 100644 --- a/src/app/utils/fetchUtil.ts +++ b/src/app/utils/fetchUtil.ts @@ -15,6 +15,7 @@ export const serverFetch: typeof fetch = async (input, init) => { ...(accessToken ? { Authorization: `Bearer ${accessToken}`, + Accept: "application/json" } : {}), },