Skip to content

Commit 4fbefe2

Browse files
committed
fix: use nextjsfetch function templates
1 parent b370649 commit 4fbefe2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/templates/core/nextjs_fetch/request.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ import type { OpenAPIConfig } from './OpenAPI';
4040
{{>fetch/getHeaders}}
4141

4242

43-
{{>fetch/getRequestBody}}
43+
{{>nextjs_fetch/getRequestBody}}
4444

4545

46-
{{>fetch/sendRequest}}
46+
{{>nextjs_fetch/sendRequest}}
4747

4848

49-
{{>fetch/getResponseHeader}}
49+
{{>nextjs_fetch/getResponseHeader}}
5050

5151

52-
{{>fetch/getResponseBody}}
52+
{{>nextjs_fetch/getResponseBody}}
5353

5454

5555
{{>functions/catchErrorCodes}}

0 commit comments

Comments
 (0)