remove older endpoints add docs for blob migration to xrpc

This commit is contained in:
Evan Jarrett
2025-10-16 21:34:55 -05:00
parent 7cf6da09f9
commit 003dab263d
5 changed files with 675 additions and 140 deletions
-2
View File
@@ -82,8 +82,6 @@ func main() {
http.NotFound(w, r)
})
mux.HandleFunc("/health", service.HealthHandler)
mux.HandleFunc("/register", service.HandleRegister)
mux.HandleFunc("/presigned-url", service.HandlePresignedURL)
mux.HandleFunc("/move", service.HandleMove)