removed http client for a simple fetch wrapper with logging in utils

This commit is contained in:
Boki 2025-06-22 09:03:34 -04:00
parent 89cbfb7848
commit a07a71d92a
36 changed files with 100 additions and 1465 deletions

View file

@ -13,7 +13,6 @@
{ "path": "../core/types" },
{ "path": "../data/cache" },
{ "path": "../core/config" },
{ "path": "../core/logger" },
{ "path": "../services/http" }
{ "path": "../core/logger" }
]
}