Skip to content

Commit 2e3d605

Browse files
damienmoulardClement-Roque
authored andcommitted
change authorisations
1 parent 7158432 commit 2e3d605

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: Zenergy/Zenergy/Controllers/ApiControllers/usersController.cs

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public IQueryable<user> Getuser()
3333
}
3434

3535
// GET: api/users/5
36-
[Authorize(Roles = "Admin")]
3736
[ResponseType(typeof(user))]
3837
public async Task<IHttpActionResult> Getuser(int id)
3938
{

0 commit comments

Comments
 (0)