updated checkin login
This commit is contained in:
parent
37372666a4
commit
2e8750a3f8
2 changed files with 13 additions and 7 deletions
|
|
@ -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',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue