Skip to content

Commit

Permalink
read:lists
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliohome authored Oct 9, 2023
1 parent 615fadb commit 0df94b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/ListsController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public ListsController(ListsRepository repository)

// [HttpGet("public")]

[HttpGet("private-scoped")]
[HttpGet]
[Authorize("read:lists")]
[ProducesResponseType(200)]
public async Task<ActionResult<IEnumerable<TodoList>>> GetLists([FromQuery] int? skip = null, [FromQuery] int? batchSize = null)
Expand Down

0 comments on commit 0df94b9

Please sign in to comment.