♻️ Extract the Storage service to DysonNetwork.Drive microservice
This commit is contained in:
@ -140,7 +140,7 @@ public class NotificationController(PassDatabase db, NotificationService nty) :
|
||||
|
||||
[HttpPost("send")]
|
||||
[Authorize]
|
||||
[RequiredPermission("global", "notifications.send")]
|
||||
[DysonNetwork.Sphere.Permission.RequiredPermission("global", "notifications.send")]
|
||||
public async Task<ActionResult> SendNotification(
|
||||
[FromBody] NotificationWithAimRequest request,
|
||||
[FromQuery] bool save = false
|
||||
|
Reference in New Issue
Block a user