remove unused user registration code
Some checks failed
Build and Deploy ytdlp-site / build-deploy (push) Has been cancelled

Signed-off-by: Carl Pearson <me@carlpearson.net>
This commit is contained in:
2025-10-06 05:40:48 -06:00
parent fab6ba9216
commit 18d640ab1f
3 changed files with 1 additions and 21 deletions

View File

@@ -132,8 +132,6 @@ func main() {
e.GET("/", homeHandler)
e.GET("/login", handlers.LoginGet)
e.POST("/login", handlers.LoginPost)
// e.GET("/register", registerHandler)
// e.POST("/register", registerPostHandler)
e.GET("/logout", handlers.LogoutGet)
e.GET("/download", downloadHandler, handlers.AuthMiddleware)
e.POST("/download", downloadPostHandler, handlers.AuthMiddleware)