Files
kubevela/pkg
zzxwill 27cd1908ef Fix api response for error cases
when hitting issue, the response struct should be the same as
normal response as below.
```
type Response struct {
	Code int         `json:"code"`
	Data interface{} `json:"data"`
}
```
Fix #169
2020-08-18 19:48:31 +08:00
..
2020-08-14 15:21:32 +08:00
2020-08-14 15:51:51 +08:00
2020-08-18 18:15:28 +08:00
2020-08-14 15:21:32 +08:00
2020-08-18 19:48:31 +08:00
2020-08-13 18:05:49 +08:00
2020-08-18 19:48:31 +08:00
2020-08-13 18:05:49 +08:00