mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-05 14:19:25 +01:00
refactor(http): move to core package (#4690)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { RequestInit, Response } from "undici";
|
||||
|
||||
import { fetchWithTrustedCertificatesAsync } from "@homarr/certificates/server";
|
||||
import { fetchWithTrustedCertificatesAsync } from "@homarr/core/infrastructure/http";
|
||||
import { createLogger } from "@homarr/core/infrastructure/logs";
|
||||
|
||||
import type { IntegrationTestingInput } from "../base/integration";
|
||||
|
||||
Reference in New Issue
Block a user