chore: update

This commit is contained in:
TakahashiNg
2026-04-28 06:58:22 +00:00
parent dd2e53e24d
commit 2acc57b014
@@ -62,6 +62,7 @@ public class ManagerService extends BaseService<ManagerEntity> {
return Response.accepted()
.header(InternalValue.userId, customer.id.toString())
.header(InternalValue.role, Role.Manager)
.entity(customer)
.build();
}
}