|
@@ -51,7 +51,6 @@ class Server {
|
|
|
options = requestInterceptor(options);
|
|
|
const { method = "GET", url, headers = {}, data = {}, body, ...other } = options;
|
|
|
const params = JSON.stringify(data);
|
|
|
- console.log(`🚀🚀🚀🚀🚀-> in index.ts on 54`, url);
|
|
|
try {
|
|
|
const response = await fetch(`${config.NEXT_PUBLIC_BASE_URL}${url}`, {
|
|
|
method: method,
|