Explicitly set method 'GET' in frontend
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -5,6 +5,7 @@ export default class UserStatsService {
|
|||||||
private apiURL = 'https://api.tsotr.humenius.me/stats'
|
private apiURL = 'https://api.tsotr.humenius.me/stats'
|
||||||
|
|
||||||
private requestInit: RequestInit = {
|
private requestInit: RequestInit = {
|
||||||
|
method: 'GET',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user