Skip to content

Commit

Permalink
SHIBUI-1060 Fixed path to endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Dec 12, 2018
1 parent d5046b6 commit b9ebe1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,6 @@
"@type",
"content"
],
"anyOf": [
{
"properties": {
"@type": {
"enum": [
"Regex"
]
}
},
"required": [
"match"
]
},
{
"properties": {
"@type": {
"enum": [
"MetadataQueryProtocol"
]
}
},
"required": []
}
],
"properties": {
"@type": {
"title": "label.md-request-type",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ export const DynamicHttpMetadataProviderWizard: Wizard<DynamicHttpMetadataProvid
label: 'label.common-attributes',
index: 2,
initialValues: [],
// schema: '/api/ui/MetadataResolver/DynamicHttpMetadataResolver',
schema: 'assets/schema/provider/dynamic-http.schema.json',
schema: '/api/ui/MetadataResolver/DynamicHttpMetadataResolver',
fields: [
'xmlId',
'requireValidMetadata',
Expand Down

0 comments on commit b9ebe1d

Please sign in to comment.