We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d6e13 commit f5b98f6Copy full SHA for f5b98f6
examples/webhook/django_example/README.md
@@ -17,4 +17,4 @@ uv sync
17
uv run manage.py runserver
18
```
19
20
-이후 `POST http://localhost:8080/webhook/single-report` 혹은 `POST http://localhost:8080/webhook/group-report`를 통해 웹훅 데이터를 수신받아서 테스트해볼 수 있습니다.
+이후에는 `POST http://localhost:8080/webhook/single-report` 또는 `POST http://localhost:8080/webhook/group-report`로 웹훅 데이터를 수신하여 테스트해 볼 수 있습니다.
0 commit comments