imjoey opened a new pull request #1192: URL: https://github.com/apache/apisix-dashboard/pull/1192
Please answer these questions before submitting a pull request - Why submit this pull request? - [x] Bugfix - [ ] New feature provided - [ ] Improve performance - Related issues Fixes #1176 . ___ ### Bugfix - Description The empty values of `create_time` and `update_time` should not be returned from server_info interface provided by manager-api . Please see #1176 for details. - How to fix? This PR is going to set `create_time` and `update_time` as `omitempty` to disable JSON serialization when returning back to frontend. In addition, adding the relevant test case for changes. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
