Skip to content

Latest commit

 

History

History
executable file
·
19 lines (16 loc) · 398 Bytes

README.md

File metadata and controls

executable file
·
19 lines (16 loc) · 398 Bytes

Sign In

api.post('/sign/signIn', {
  user: NAME / EMAIL / PHONE,
  password: PASSWORD
})

User Check is Admin

api.post('/sign/signUp', {
  name: NAME,
  email: EMAIL,
  phone: PHONE,
  password: PASSWORD,
  rePassword: REPEAT PASSWORD,
})

Email or phone can be null

User Check is a Valid User

api.post('/sign/signOut')