liuxiran commented on a change in pull request #451:
URL: https://github.com/apache/apisix-dashboard/pull/451#discussion_r486745396
##
File path: src/pages/Route/typing.d.ts
##
@@ -113,6 +116,7 @@ declare namespace RouteModule {
// Request Body or Response Data for API
ty
liuxiran commented on a change in pull request #451:
URL: https://github.com/apache/apisix-dashboard/pull/451#discussion_r486745396
##
File path: src/pages/Route/typing.d.ts
##
@@ -113,6 +116,7 @@ declare namespace RouteModule {
// Request Body or Response Data for API
ty
liuxiran commented on a change in pull request #451:
URL: https://github.com/apache/apisix-dashboard/pull/451#discussion_r486745396
##
File path: src/pages/Route/typing.d.ts
##
@@ -113,6 +116,7 @@ declare namespace RouteModule {
// Request Body or Response Data for API
ty
liuxiran commented on a change in pull request #451:
URL: https://github.com/apache/apisix-dashboard/pull/451#discussion_r486745396
##
File path: src/pages/Route/typing.d.ts
##
@@ -113,6 +116,7 @@ declare namespace RouteModule {
// Request Body or Response Data for API
ty
liuxiran commented on a change in pull request #451:
URL: https://github.com/apache/apisix-dashboard/pull/451#discussion_r485303868
##
File path: src/pages/Route/service.ts
##
@@ -50,8 +50,8 @@ export const fetchList = ({ current = 1, pageSize = 10 },
search: string) => {
};
liuxiran commented on a change in pull request #451:
URL: https://github.com/apache/apisix-dashboard/pull/451#discussion_r485298935
##
File path: src/pages/Route/transform.ts
##
@@ -53,11 +53,17 @@ export const transformStepData = ({
protocols = protocols.concat('websocket
liuxiran commented on a change in pull request #451:
URL: https://github.com/apache/apisix-dashboard/pull/451#discussion_r485289231
##
File path: src/pages/Route/typing.d.ts
##
@@ -113,6 +116,8 @@ declare namespace RouteModule {
// Request Body or Response Data for API
ty
liuxiran commented on a change in pull request #451:
URL: https://github.com/apache/apisix-dashboard/pull/451#discussion_r485288825
##
File path: src/pages/Route/service.ts
##
@@ -50,6 +50,8 @@ export const fetchList = ({ current = 1, pageSize = 10 },
search: string) => {
};