diff --git a/Iceshrimp.Backend/Controllers/Web/DriveController.cs b/Iceshrimp.Backend/Controllers/Web/DriveController.cs index 8e23d29a..fd59da3f 100644 --- a/Iceshrimp.Backend/Controllers/Web/DriveController.cs +++ b/Iceshrimp.Backend/Controllers/Web/DriveController.cs @@ -188,6 +188,6 @@ public class DriveController( DriveFileId = file.Id, Expire = false }); - return Accepted(); + return StatusCode(StatusCodes.Status202Accepted); } } \ No newline at end of file