mirror of
https://github.com/hubHarmony/servii-frontend.git
synced 2024-11-17 21:40:30 +00:00
[+] Fix
This commit is contained in:
parent
ce5f30dee3
commit
411e19fa7d
@ -61,7 +61,6 @@ class serviiApi {
|
||||
|
||||
private static async call<T extends BaseRequest>(endpoint: serviiRequest, body: T):Promise<ApiResponse>{
|
||||
const response = await fetch(`${apiUrl}/${endpoint}`, {
|
||||
credentials: "omit",
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
|
Loading…
Reference in New Issue
Block a user