fix: remove an unused feat

This commit is contained in:
Arkaprabha Chakraborty
2026-02-13 01:09:23 +05:30
parent 7c210d9581
commit cfb28b709f
3 changed files with 2 additions and 93 deletions

View File

@@ -45,7 +45,6 @@ func main() {
// User account management
user := e.Group("/user", JWTMiddleware)
user.GET("/stats", getUserStats)
user.PUT("/username", updateUsername)
user.PUT("/password", updatePassword)
user.DELETE("/account", deleteAccount)