You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,4 +113,17 @@ Fetch list of nearby Wi-Fi networks for passing to the connect endpoint.
113
113
// links by calling the list_access_points endpoint again. Useful for
114
114
// enabling or disabling a refresh button on an interface.
115
115
}
116
+
````
117
+
118
+
### http://your-device:9090/v1/healthcheck
119
+
Check whether the API is available. Accessing this path will not record anything in the console.
120
+
121
+
#### GET
122
+
123
+
#### Response status 200
124
+
Requests are returned immediately and then the process is executed. Otherwise users would be disconnected before they were able to receive the returned response.
0 commit comments