เพิ่มลงเวลากรณีพิเศษ (USER) #32
This commit is contained in:
parent
2dea65c4df
commit
0ec7e83d0d
8 changed files with 196 additions and 80 deletions
|
|
@ -1,6 +1,8 @@
|
|||
import env from './index'
|
||||
const history = `${env.API_URI}/leave/check-in/history`
|
||||
const TimeStamp = `${env.API_URI}/leave`
|
||||
|
||||
export default {
|
||||
history: () => `${history}`,
|
||||
createTimeStamp: () => `${TimeStamp}/user/edit`,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue