hwanfront / rnt-sales

0 stars 0 forks source link

BE 로그인/로그아웃 기능을 구현한다 #3

Closed hwanfront closed 12 months ago

hwanfront commented 1 year ago

로그인

POST /login
body: { email: string, password: string }
return User;

로그아웃

POST /logout
body: {}
return 'ok';