Remove no-cors
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-06-01 19:28:31 +02:00
parent 4ff9efe542
commit 85677f08e2

View File

@@ -5,7 +5,6 @@ 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 = {
mode: "no-cors",
headers: { headers: {
'Content-Type': 'application/json' 'Content-Type': 'application/json'
} }