Skip to content

Commit

Permalink
feat: add proxy console info
Browse files Browse the repository at this point in the history
  • Loading branch information
radyakaze committed Aug 12, 2024
1 parent 00a3e9a commit 3be09e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/utils/path-rewrite.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3be09e8

Please sign in to comment.