mirror of
https://github.com/StepanovPlaton/torrent_frontend.git
synced 2026-04-03 20:30:48 +04:00
Refactoring
This commit is contained in:
@@ -33,7 +33,6 @@ export abstract class HTTPService {
|
||||
schema: Z,
|
||||
options?: RequestOptions
|
||||
) {
|
||||
console.log(options?.body);
|
||||
return await fetch(process.env.NEXT_PUBLIC_BASE_URL + url, {
|
||||
method: method,
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user