Fixed #1197
This commit is contained in:
parent
7e1e61f8af
commit
50fd8926d6
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import { isJSONContentType } from "~/helpers/utils/contenttypes"
|
||||
|
||||
export const JSFetchCodegen = {
|
||||
id: "js-fetch",
|
||||
name: "JavaScript Fetch",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
import { isJSONContentType } from "~/helpers/utils/contenttypes"
|
||||
|
||||
export const JSXHRCodegen = {
|
||||
id: "js-xhr",
|
||||
name: "JavaScript XHR",
|
||||
|
|
|
|||
Loading…
Reference in a new issue