mirror of
https://github.com/glanceapp/glance.git
synced 2025-08-17 19:41:04 +02:00
Specify the correct method in the Monitor widget documentation
After 189b8895b0
we use `GET` instead of `HEAD`
Signed-off-by: Yarden Shoham <git@yardenshoham.com>
This commit is contained in:
@ -697,7 +697,7 @@ Greenville, United States
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Monitor
|
### Monitor
|
||||||
Display a list of sites and whether they are reachable (online) or not. This is determined by sending a HEAD request to the specified URL, if the response is 200 then the site is OK. The time it took to receive a response is also shown in milliseconds.
|
Display a list of sites and whether they are reachable (online) or not. This is determined by sending a GET request to the specified URL, if the response is 200 then the site is OK. The time it took to receive a response is also shown in milliseconds.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user