ต่อ api history
This commit is contained in:
parent
8b1d2e93f5
commit
89e32d5929
3 changed files with 179 additions and 58 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import env from "./index";
|
||||
const history = `${env.API_URI}/leave/check-in/history`;
|
||||
import env from './index'
|
||||
const history = `${env.API_URI}/leave/check-in/history`
|
||||
|
||||
export default {
|
||||
history
|
||||
};
|
||||
history: () => `${history}`,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue