Implement review suggestions

This commit is contained in:
Daniel
2023-11-16 13:54:04 +01:00
parent 602db080c5
commit 7751f57874
2 changed files with 6 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ func registerAPIEndpoints() error {
if err := api.RegisterEndpoint(api.Endpoint{
Name: "Update Profile Icon",
Description: "Merge multiple profiles into a new one.",
Description: "Updates a profile icon.",
Path: "profile/icon/update",
Write: api.PermitUser,
BelongsTo: module,