remove unused user registration code
Some checks failed
Build and Deploy ytdlp-site / build-deploy (push) Has been cancelled
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:
2
main.go
2
main.go
@@ -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)
|
||||
|
Reference in New Issue
Block a user