mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add some xml comments to prevent IO exception
might fix Swagger. referencing #131
This commit is contained in:
parent
de47820277
commit
fc9dcf61f3
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ public ListsController(IListService listService)
|
|||
this.listService = listService;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Get Lists
|
||||
/// </summary>
|
||||
/// <returns>All FilterLists</returns>
|
||||
[HttpGet]
|
||||
public IActionResult Get()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue