주제: MBTI 특징 공유 서비스
기간: 2023.6.28~2023.7.5
프론트: 이가은
백: 배규리
https://github.com/gaeunnlee/Show-Me-the-MBTI-frontend.git
https://github.com/softwarerbfl/Show-Me-The-MBTI-Backend
GET
/mbti
/mbti/{MBTI}
POST
/mbti
public class MbtiDto {
String type;
String info;
}
DELETE
/mbti/{id}