[backend/api] Fix typo

This commit is contained in:
Laura Hausmann 2024-09-23 01:47:38 +02:00
parent f16a472dbe
commit 7cee8513de
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -188,6 +188,6 @@ public class DriveController(
DriveFileId = file.Id, Expire = false
});
return Accepted();
return StatusCode(StatusCodes.Status202Accepted);
}
}