fix the return code documentation
This commit is contained in:
@@ -26,7 +26,7 @@ export class LoggingController {
|
|||||||
|
|
||||||
@Get('/all')
|
@Get('/all')
|
||||||
@ApiResponse({
|
@ApiResponse({
|
||||||
status: 201,
|
status: 200,
|
||||||
description: 'All log entries',
|
description: 'All log entries',
|
||||||
type: [LogEntryDto],
|
type: [LogEntryDto],
|
||||||
})
|
})
|
||||||
@@ -58,7 +58,7 @@ export class LoggingController {
|
|||||||
type: String,
|
type: String,
|
||||||
})
|
})
|
||||||
@ApiResponse({
|
@ApiResponse({
|
||||||
status: 201,
|
status: 200,
|
||||||
description: 'All log entries',
|
description: 'All log entries',
|
||||||
type: [LogEntryDto],
|
type: [LogEntryDto],
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user