Skip to content

wrong wildcard in proxy path matching example #780

Closed
@ghost

Description

The wildcard '*' in the URL Matching example doesn't work

proxyTable: { '*': { ... } } }

This works

proxyTable: { '**': { ... } } }

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions