Fixed the documentation of the list_accounts view.
This commit is contained in:
		@@ -38,7 +38,7 @@ bp: Blueprint = Blueprint("account", __name__)
 | 
				
			|||||||
@bp.get("", endpoint="list")
 | 
					@bp.get("", endpoint="list")
 | 
				
			||||||
@has_permission(can_view)
 | 
					@has_permission(can_view)
 | 
				
			||||||
def list_accounts() -> str:
 | 
					def list_accounts() -> str:
 | 
				
			||||||
    """Lists the base accounts.
 | 
					    """Lists the accounts.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    :return: The account list.
 | 
					    :return: The account list.
 | 
				
			||||||
    """
 | 
					    """
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user