mirror of
https://github.com/danbulant/Mangades
synced 2026-06-24 09:02:00 +00:00
turn off reports
This commit is contained in:
parent
d25beb6b37
commit
db43492659
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ export const base = "https://api.mangadex.network/";
|
|||
* @param {boolean} body.cached
|
||||
*/
|
||||
async function report(body) {
|
||||
return;
|
||||
await fetch(base + "report", {
|
||||
method: "POST",
|
||||
headers: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue