guzus

Results 5 comments of guzus

> 혹시 아래 > `DELETE` 도 구현하셨나요? > 물론 저는 백엔드장님이 말씀하신대로 `def user()` 로 선언했었는데 > `@action(detail=True, methods=['POST']` 를 사용한 `def user()` 를 먼저 정의하고 > `@action(detail=True, methods=['DELETE']` 를...

> @guzus @keepRainy 아하, 만약 그러한 문제라면 설명을 드릴 수 있습니다. `@action`의 `methods`엔 보시다시피 method string들의 list를 param으로 주는데요. 같은 uri에 여러 http method를 쓰려면 `methods=[‘POST’, ‘DELETE’]` 같은 식으로 하나의...

Thank you for the review @monilpat ! I’ve resolved the issue. Could you please take a look when you get a chance?

@monilpat I have intentionally minimized the changes in this Pull Request to reduce confusion for contributors, given the rapid pace of updates in the repository. The changes primarily focus on...

yeah, this repository is really growing fast... @monilpat can you pls check again?