aboutsummaryrefslogtreecommitdiff
path: root/http_handle_users.go
diff options
context:
space:
mode:
Diffstat (limited to 'http_handle_users.go')
-rw-r--r--http_handle_users.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/http_handle_users.go b/http_handle_users.go
deleted file mode 100644
index 816d703..0000000
--- a/http_handle_users.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// SPDX-License-Identifier: AGPL-3.0-only
-// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org>
-
-package forge
-
-import (
- "net/http"
-
- "go.lindenii.runxiyu.org/forge/internal/web"
-)
-
-// httpHandleUsers is a useless stub.
-func (s *Server) httpHandleUsers(writer http.ResponseWriter, _ *http.Request, params map[string]any) {
- web.ErrorPage501(s.templates, writer, params)
-}