Skip to content

Commit 67fc667

Browse files
committed
CLAP-214 Hotfix : 추가한 파일들 제거
<footer> - 관련: #216
1 parent 51ab7a5 commit 67fc667

File tree

4 files changed

+2
-46
lines changed

4 files changed

+2
-46
lines changed

src/main/java/clap/server/adapter/inbound/web/statistics/FindStatisticsController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ public class FindStatisticsController {
3232

3333

3434
@Operation(summary = "기본 통계 API")
35-
@Parameter(name = "periodType", description = "day, week, month", required = true, in = QUERY)
36-
@Parameter(name = "statisticsType", description = "request-by-period, process-by-period, request-by-category, process-by-manager", required = true, in = QUERY)
35+
@Parameter(name = "periodType", required = true, in = QUERY)
36+
@Parameter(name = "statisticsType", required = true, in = QUERY)
3737
@GetMapping
3838
@Secured("ROLE_MANAGER")
3939
public ResponseEntity<List<StatisticsResponse>> aggregateTaskStatistics(@RequestParam PeriodType periodType, @RequestParam StatisticsType statisticsType) {

src/main/java/clap/server/common/utils/StringToPeriodTypeConverter.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/main/java/clap/server/common/utils/StringToStatisticsTypeConverter.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/main/java/clap/server/config/web/WebConfig.java

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)