O-BAB / obab-client

0 stars 0 forks source link

Upload work front-end #14

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}

    1. 고추장, 3숫갈 이부분 배열 객체 표현 필요 (어떤 변수 들어가는지 알수 없음)
  2. 로그인 UI 확인 (Material UI 적용)

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

    1. [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