mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
fix for feat(web): implement macOS app feature and file logger (#1735)
This commit is contained in:
@@ -566,6 +566,8 @@ func (h *Handler) handleGatewayStart(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
|
||||
// handleGatewayStop stops the running gateway subprocess gracefully.
|
||||
// Note: Unlike StopGateway (which only stops self-started processes), this API endpoint
|
||||
// stops any gateway process, including attached ones. This is intentional for user control.
|
||||
//
|
||||
// POST /api/gateway/stop
|
||||
func (h *Handler) handleGatewayStop(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
Reference in New Issue
Block a user