Tune user API permission level

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-01-06 11:19:54 +08:00
parent 0f1c8e327e
commit 9e840901d1
3 changed files with 11 additions and 3 deletions

7
service/user/create.go Normal file
View File

@@ -0,0 +1,7 @@
package user
import "github.com/gin-gonic/gin"
func Create(c *gin.Context) {
}