diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-11-08 02:17:09 +0100 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-11-08 02:17:09 +0100 |
commit | 89a71eb6cdc732f3553a161ec0e35df617047e4f (patch) | |
tree | fe4f9947ab4002e1afc63d09625f8daace1104f9 /Backend | |
parent | 2ea875b6b70d870a764a8815b5afb14c5fa0ce15 (diff) | |
parent | 0d8b9bd4f3e266d9e300bce427ba718d19cfec48 (diff) |
Merge branch 'develop' of http://gitlab.pmf.kg.ac.rs/BrzoDoLokacije2022/odyssey/brzodolokacije into develop
Diffstat (limited to 'Backend')
-rw-r--r-- | Backend/Api/Api/Controllers/PostController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Backend/Api/Api/Controllers/PostController.cs b/Backend/Api/Api/Controllers/PostController.cs index 27823bc..3857ce0 100644 --- a/Backend/Api/Api/Controllers/PostController.cs +++ b/Backend/Api/Api/Controllers/PostController.cs @@ -58,7 +58,7 @@ namespace Api.Controllers } [HttpGet("image/{id}")] - [Authorize(Roles = "User")] + //[Authorize(Roles = "User")] public async Task<ActionResult> getImage(string id) { Models.File f =await _fileService.getById(id); |