diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-04-16 20:37:05 +0200 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-04-16 20:37:05 +0200 |
commit | 838139bbc7bee693cfb8d11e9a29e725bbe36ccb (patch) | |
tree | 296230d4d6db4b83ff3c9e071cf8c9876e2a20ee /backend/api | |
parent | 41bfcba0af1f375349b9fb1935aeb0e0856adff9 (diff) |
Prepravka za usaglaĊĦavanje sa frontend-om.
Diffstat (limited to 'backend/api')
-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) { |