From 3be09e8f68cd8fe1fee0f5f14a49c3eff99f37fd Mon Sep 17 00:00:00 2001 From: Pringgo Radianto Date: Mon, 12 Aug 2024 15:42:30 +0700 Subject: [PATCH] feat: add proxy console info --- src/runtime/utils/path-rewrite.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/utils/path-rewrite.ts b/src/runtime/utils/path-rewrite.ts index 0fdaffc..9030852 100644 --- a/src/runtime/utils/path-rewrite.ts +++ b/src/runtime/utils/path-rewrite.ts @@ -1,4 +1,4 @@ -import type { ProxyParty } from '../core' +import type { ProxyParty } from '../../core' export const rewritePath = (pathRewrite: ProxyParty['pathRewrite'], url: string) => { if (!pathRewrite) return url