ต่อ api history

This commit is contained in:
AnandaTon 2023-11-20 12:11:34 +07:00
parent 8b1d2e93f5
commit 89e32d5929
3 changed files with 179 additions and 58 deletions

View file

@ -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}`,
}