mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 11:19:12 +01:00
refactor(http): move to core package (#4690)
This commit is contained in:
@@ -2,7 +2,7 @@ import { createAppAuth } from "@octokit/auth-app";
|
||||
import { Octokit, RequestError as OctokitRequestError } from "octokit";
|
||||
import type { fetch } from "undici";
|
||||
|
||||
import { fetchWithTrustedCertificatesAsync } from "@homarr/certificates/server";
|
||||
import { fetchWithTrustedCertificatesAsync } from "@homarr/core/infrastructure/http";
|
||||
import { createLogger } from "@homarr/core/infrastructure/logs";
|
||||
|
||||
import { HandleIntegrationErrors } from "../base/errors/decorator";
|
||||
|
||||
Reference in New Issue
Block a user