fix: cors when content-type is set for simple requests
This commit is contained in:
@@ -31,6 +31,9 @@ export type HoppRESTReqBody =
|
||||
body: string
|
||||
}
|
||||
| HoppRESTReqBodyFormData
|
||||
| {
|
||||
contentType: null
|
||||
}
|
||||
|
||||
export interface HoppRESTRequest {
|
||||
v: string
|
||||
|
||||
Reference in New Issue
Block a user