aboutsummaryrefslogtreecommitdiff
path: root/backend/api
diff options
context:
space:
mode:
Diffstat (limited to 'backend/api')
-rw-r--r--backend/api/api/Controllers/FileController.cs1
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)
{