We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e4b6f commit e8ba687Copy full SHA for e8ba687
backend/src/main/java/io/f1/backend/domain/admin/api/AdminController.java
@@ -7,8 +7,6 @@
7
import lombok.RequiredArgsConstructor;
8
9
import org.springframework.data.domain.Pageable;
10
-import org.springframework.data.domain.Sort.Direction;
11
-import org.springframework.data.web.PageableDefault;
12
import org.springframework.http.ResponseEntity;
13
import org.springframework.web.bind.annotation.GetMapping;
14
import org.springframework.web.bind.annotation.RequestMapping;
0 commit comments