O-BAB / obab-client

0 stars 0 forks source link

카테고리 상세보기 부분 백엔드 요청 #15

Closed BerkleyLim closed 4 months ago

BerkleyLim commented 4 months ago

백엔드 작업시 요청이 필요

  1. GET /recipes/food-recipes/{id} 이 3가지를 하나로 배열 객체러 만들어서 진행 recipeComments = [] recipeImage = [] recipeProcess = [] 이걸로 묵어주기 recipeSubItems = [ { recipeComments: '', recipeImage: '', recipeProcess: '', } ]

==> 이부분은 소스코드에 src/component/category/CategoryViewComponent 들어갈 경우 주석 설명 참조

  1. GET /recipes/food-recipes/{id}

고추장, 3숫갈 이부분 배열 객체 표현 필요 (어떤 변수 들어가는지 알수 없음)

  1. 로그인 UI 확인 (Material UI 적용)

POST /accounts/register OPTIONS 에러 문제 해결 요청 (회원가입)

[07/Jun/2024 18:05:00] "POST /accounts/register/ HTTP/1.1" 401 139 [07/Jun/2024 18:05:00] "OPTIONS /auth/authenticate HTTP/1.1" 200 0