bzp2010 commented on a change in pull request #175: feature: add docker support 
URL: 
https://github.com/apache/incubator-apisix-dashboard/pull/175#discussion_r410806168
 
 

 ##########
 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:
   I still need to study the different configurations in the development and 
the production.

----------------------------------------------------------------
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

Reply via email to