[backend/api] Fix typo
This commit is contained in:
parent
f16a472dbe
commit
7cee8513de
1 changed files with 1 additions and 1 deletions
|
@ -188,6 +188,6 @@ public class DriveController(
|
||||||
DriveFileId = file.Id, Expire = false
|
DriveFileId = file.Id, Expire = false
|
||||||
});
|
});
|
||||||
|
|
||||||
return Accepted();
|
return StatusCode(StatusCodes.Status202Accepted);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue