file step 2

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-12-20 15:16:49 +07:00
parent a3787f976a
commit 6d88cbb772
6 changed files with 122 additions and 24 deletions

View file

@ -24,5 +24,5 @@ export default {
/**document */
loadPathDocument: (val: string, id: string) =>
`${env.API_URI}/document/${val}/${id}`,
`${evaluation}/document/${val}/${id}`,
};