Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

[버그] date 변수가 0으로 시작하면 식단을 불러올 수 없음 #41

Closed
ruwaku opened this issue Apr 8, 2021 · 1 comment · Fixed by #43
Closed

[버그] date 변수가 0으로 시작하면 식단을 불러올 수 없음 #41

ruwaku opened this issue Apr 8, 2021 · 1 comment · Fixed by #43
Assignees
Labels
bug 특정 상황에서 서버가 응답이 없거나, 표시되는 식단이 이상합니다

Comments

@ruwaku
Copy link

ruwaku commented Apr 8, 2021

버그에 대해 설명해 주세요.
어떤 버그인지 간단하고 명료하게 설명해 주세요. (예: 특수기호가 있는 메뉴가 뜨지 않습니다.)
식단 API를 이용할 때 date 변수가 0으로 시작하면 식단을 불러올 수 없습니다.
(month 변수는 버그 없음)

요청 URL
어떤 URL로 요청해야 버그를 볼 수 있는지 알려주세요. (예: schoolmenukr.ml/api/high/ASDF?year=2020)

서울계성초등학교(B100002365) 예시:
https://schoolmenukr.ml/api/high/B100002365?year=2021&month=04&date=8 (정상)
https://schoolmenukr.ml/api/high/B100002365?year=2021&month=04&date=08 (오류)
https://schoolmenukr.ml/api/high/B100002365?year=2021&month=4&date=08 (오류)
https://schoolmenukr.ml/api/high/B100002365?year=2021&month=4&date=29 (정상)

@5d-jh 5d-jh added the bug 특정 상황에서 서버가 응답이 없거나, 표시되는 식단이 이상합니다 label Apr 8, 2021
@5d-jh 5d-jh closed this as completed in #43 Apr 30, 2021
@5d-jh
Copy link
Owner

5d-jh commented Apr 30, 2021

새 빌드로 업데이트했습니다. 잘 되는지 확인 부탁드려요

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug 특정 상황에서 서버가 응답이 없거나, 표시되는 식단이 이상합니다
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants