From 7cee8513dea56f4948c6a1024aea9cd4f314ee77 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Mon, 23 Sep 2024 01:47:38 +0200 Subject: [PATCH] [backend/api] Fix typo --- Iceshrimp.Backend/Controllers/Web/DriveController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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