You've already forked AstralRinth
forked from didirus/AstralRinth
Fix random Nuxt internal server errors (#551)
* Fix random Nuxt internal server errors * Fix ratelimit key being exposed * Add GDPR clarification
This commit is contained in:
@@ -157,7 +157,7 @@ export default {
|
||||
body: this.body,
|
||||
}
|
||||
|
||||
await this.$axios.post('report', data, this.$auth.headers)
|
||||
await this.$axios.post('report', data, this.$defaultHeaders())
|
||||
|
||||
switch (this.itemType) {
|
||||
case 'version': {
|
||||
|
||||
Reference in New Issue
Block a user