mirror of
https://github.com/rancher/norman.git
synced 2025-09-12 13:26:13 +00:00
Fix a series of url parsing issues
This commit is contained in:
@@ -22,7 +22,7 @@ var upgrader = websocket.Upgrader{}
|
||||
type Subscribe struct {
|
||||
ResourceTypes []string
|
||||
APIVersions []string
|
||||
ProjectID string `norman:"type=reference[project]"`
|
||||
ProjectID string `norman:"type=reference[/v3/schemas/project]"`
|
||||
}
|
||||
|
||||
func Handler(apiContext *types.APIContext, _ types.RequestHandler) error {
|
||||
|
Reference in New Issue
Block a user