|
@@ -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],
|
|
|
})
|