เเก้ไข type
This commit is contained in:
parent
081c1e0589
commit
c6b9236a04
5 changed files with 221 additions and 188 deletions
|
|
@ -5,7 +5,7 @@ export const supportMessage = (id: string) =>
|
|||
`${env.API_SUPPORT_URI}/issue/${id}/message`;
|
||||
|
||||
export const supportMessageStatus = (id: string) =>
|
||||
`${env.API_SUPPORT_URI}/message-status?issueId=${id}`;
|
||||
`${env.API_SUPPORT_URI}/issue/${id}/message-status?issueId`;
|
||||
|
||||
export default {
|
||||
supportIssue,
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ const config = ref<any>({
|
|||
LINK_EVALUATE_PUBLISH: "https://bma-ehr-publish.frappet.synology.me",
|
||||
API_REPORT_TEMPLATE_URI:
|
||||
"https://report-server.frappet.synology.me/api/v1/report-template",
|
||||
API_SUPPORT_URI: "http://192.168.1.10:3000/api/support/v1",
|
||||
API_SUPPORT_URI: "http://192.168.1.10:3000/api/v1/support",
|
||||
},
|
||||
test: {
|
||||
API_URI: "http://localhost:5010/api/v1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue