fix the return code documentation

Šī revīzija ir iekļauta:
Sven Czarnian
2022-10-23 12:51:30 +02:00
vecāks 617ec3262d
revīzija 440477d741

Parādīt failu

@@ -26,7 +26,7 @@ export class LoggingController {
@Get('/all')
@ApiResponse({
status: 201,
status: 200,
description: 'All log entries',
type: [LogEntryDto],
})
@@ -58,7 +58,7 @@ export class LoggingController {
type: String,
})
@ApiResponse({
status: 201,
status: 200,
description: 'All log entries',
type: [LogEntryDto],
})