Class TodoListRestController

java.lang.Object
com.bytedesk.core.base.BaseRestController<TodoListRequest>
com.bytedesk.kanban.todo_list.TodoListRestController

@RestController @RequestMapping("/api/v1/todo/list") public class TodoListRestController extends BaseRestController<TodoListRequest>