Files
kubevela/pkg/server
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-18 18:15:28 +08:00
2020-08-18 19:48:31 +08:00
2020-08-18 19:48:31 +08:00
2020-08-18 18:15:28 +08:00
2020-08-18 18:15:28 +08:00