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