Skip to content
Snippets Groups Projects
Commit 4b4cfa42 authored by syuilo's avatar syuilo
Browse files

getJsonで256kbに制限

parent 225dbec8
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,7 @@ export class HttpRequestService {
Accept: accept,
}, headers ?? {}),
timeout,
size: 1024 * 256,
});
return await res.json();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment