Refactoring

This commit is contained in:
2024-06-23 19:43:12 +04:00
parent 7f4d1bf87d
commit ea723b88b0
18 changed files with 224 additions and 223 deletions

View File

@@ -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: {