diff options
Diffstat (limited to 'backend/api/api/Controllers/FileController.cs')
-rw-r--r-- | backend/api/api/Controllers/FileController.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/api/api/Controllers/FileController.cs b/backend/api/api/Controllers/FileController.cs index 6888f1c7..d9494525 100644 --- a/backend/api/api/Controllers/FileController.cs +++ b/backend/api/api/Controllers/FileController.cs @@ -44,7 +44,6 @@ namespace api.Controllers } [HttpPost("h5")] - [Authorize(Roles = "User,Guest")] public async Task<ActionResult<string>> H5Upload([FromForm] IFormFile file) { |