Files
infix/src
Joachim Wiberg 2fb63b4e68 webui: dedupe restconf 404 checks via restconf.IsNotFound
The errors.As(err, &rcErr) + StatusCode == http.StatusNotFound boilerplate
was repeated across six handlers. Replace with the IsNotFound helper
introduced in restconf/errors.go, dropping the now-unused errors import
from each affected file along the way.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2026-06-04 17:49:50 +02:00
..
2026-06-04 17:49:37 +02:00
2025-12-03 16:46:10 +01:00
2025-11-22 21:37:08 +01:00