no message
This commit is contained in:
parent
ae7b52e875
commit
6fe6aed921
10 changed files with 213 additions and 185 deletions
7
src/api/exam/api.metadata.ts
Normal file
7
src/api/exam/api.metadata.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import env from '../index'
|
||||
const dashbord = `${env.API_URI}/dashbord/`
|
||||
|
||||
export default {
|
||||
countDashbordSubHistory: (type: number) => `${dashbord}${type}`,
|
||||
countDashbordHistory: `${dashbord}`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue