This commit is contained in:
@@ -8,6 +8,8 @@ import (
|
||||
)
|
||||
|
||||
// Delete Current User Account
|
||||
// Legacy destructive endpoint: this physically deletes account data.
|
||||
// Keep this behavior for backward compatibility.
|
||||
func DeleteCurrentUserAccountHandler(svcCtx *svc.ServiceContext) func(c *gin.Context) {
|
||||
return func(c *gin.Context) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user