update format

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-02 13:40:15 +07:00
parent b44076d99d
commit 36b3eef7fd
10 changed files with 222 additions and 226 deletions

View file

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