about summary refs log tree commit diff stats
path: root/internal/endpoints/usercount.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/endpoints/usercount.go')
-rw-r--r--internal/endpoints/usercount.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/internal/endpoints/usercount.go b/internal/endpoints/usercount.go
deleted file mode 100644
index 1e76071..0000000
--- a/internal/endpoints/usercount.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package endpoints // import git.tilde.institute/tilde/api/internal/endpoints
-
-import "net/http"
-
-// UserCount handles the /<format>/usercount endpoint.
-// Responds with the number of registered users on the system.
-func UserCount(w http.ResponseWriter, r *http.Request, format string) error {
-
-	return nil
-}