juzhiyuan commented on a change in pull request #175: feature: add docker support URL: https://github.com/apache/incubator-apisix-dashboard/pull/175#discussion_r410774216
########## File path: src/services/ssl.ts ########## @@ -2,19 +2,19 @@ import request from '@/utils/request'; import { transformFetchListData, transformFetchItemData } from '@/transforms/global'; import { SSL } from '@/models/ssl'; -export const fetchList = () => request('/api/ssl').then(data => transformFetchListData<SSL>(data)); Review comment: BTW, if you change this line, we should update the proxy config too, so it could work in development environment. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services