membphis commented on a change in pull request #451:
URL: https://github.com/apache/apisix-dashboard/pull/451#discussion_r486130770
##########
File path: src/pages/Route/typing.d.ts
##########
@@ -113,6 +116,7 @@ declare namespace RouteModule {
// Request Body or Response Data for API
type Body = {
id?: number;
+ status: boolean;
Review comment:
do we need to add a boolean flag in route?
https://github.com/apache/apisix/blob/master/doc/admin-api.md#route
we'll remove mysql soon.
----------------------------------------------------------------
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]