update format
This commit is contained in:
parent
b44076d99d
commit
36b3eef7fd
10 changed files with 222 additions and 226 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import env from "./index";
|
||||
const leave = `${env.API_URI}/leave`;
|
||||
import env from './index'
|
||||
const leave = `${env.API_URI}/leave`
|
||||
|
||||
export default {
|
||||
checkin: () => `${leave}/check-in`,
|
||||
checkTime: () => `${leave}/check-time`,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue