5tarlight / Jasao

Space for you, space for us
https://jasao.kro.kr
MIT License
2 stars 0 forks source link

Remove profile image backend API #84

Closed 5tarlight closed 1 year ago

5tarlight commented 1 year ago

New API

DELETE /file/auth/profile/delete

This will delete profile image of user who is logged in currently if it exists. Unless, return 400 Bad Request. If this request successfully completed, column of DB is changed and file of CDN is deleted.

Antecedent of #83