juzhiyuan commented on a change in pull request #175: feature: add docker support URL: https://github.com/apache/incubator-apisix-dashboard/pull/175#discussion_r410810572
########## 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: Please keep the `api` prefix, then I will merge it soon :) Here is an Nginx conf for reference: https://pro.ant.design/docs/deploy-cn ---------------------------------------------------------------- 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