aboutsummaryrefslogtreecommitdiff
path: root/Backend
diff options
context:
space:
mode:
authorTAMARA JERINIC <tamara.jerinic@gmail.com>2022-11-08 02:17:09 +0100
committerTAMARA JERINIC <tamara.jerinic@gmail.com>2022-11-08 02:17:09 +0100
commit89a71eb6cdc732f3553a161ec0e35df617047e4f (patch)
treefe4f9947ab4002e1afc63d09625f8daace1104f9 /Backend
parent2ea875b6b70d870a764a8815b5afb14c5fa0ce15 (diff)
parent0d8b9bd4f3e266d9e300bce427ba718d19cfec48 (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.cs2
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);