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