updated checkin login

This commit is contained in:
Warunee Tamkoo 2025-02-19 18:01:53 +07:00
parent 37372666a4
commit 2e8750a3f8
2 changed files with 13 additions and 7 deletions

View file

@ -24,7 +24,7 @@ async function onSubmit() {
formdata.append('password', password.value)
await axios
.post(`${env.API_URI}/org/login`, formdata, {
.post(`${env.API_URI}/org/login/checkin`, formdata, {
headers: {
'Content-Type': 'application/x-www-form-urlencoded',
},