diff --git a/frontend/src/forms/Service.vue b/frontend/src/forms/Service.vue index 32bb78a4..fbe847d7 100644 --- a/frontend/src/forms/Service.vue +++ b/frontend/src/forms/Service.vue @@ -94,12 +94,13 @@
- A GET request will simply request the endpoint, you can also send data with POST. + A GET/HEAD request will simply request the endpoint, you can also send data with POST.