We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8017b commit 76ecb85Copy full SHA for 76ecb85
spring-cloud-gray-webui/src/api/gray-instance.js
@@ -30,7 +30,7 @@ export function updateInstance(data) {
30
31
export function deleteInstance(instanceId) {
32
return request({
33
- url: '/gray/instance/?id=' + instanceId,
+ url: '/gray/instance/?id=' + escape(instanceId),
34
method: 'delete'
35
})
36
}
0 commit comments