// SPDX-License-Identifier: AGPL-3.0-only // SPDX-FileContributor: Runxi Yu package main import ( "net/http" ) func httpHandleUsers(writer http.ResponseWriter, _ *http.Request, params map[string]any) { errorPage501(writer, params) }