fix display manual request web service (swagger ui)
This commit is contained in:
parent
e50d9948df
commit
0c256b6cf6
3 changed files with 32 additions and 78 deletions
|
|
@ -2,8 +2,10 @@ import env from "../index";
|
|||
|
||||
const apiKey = `${env.API_URI}/org/apiKey`;
|
||||
const apiManage = `${env.API_URI}/org/api-manage/`;
|
||||
const apiManualSwagger = `${env.API_URI}/org/api-manage/manual/swagger`;
|
||||
|
||||
export default {
|
||||
apiKeyMain: apiKey,
|
||||
apiManage: apiManage,
|
||||
apiManualSwagger: apiManualSwagger,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue