Fix for the 404 in the swagger doc
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import { IsString } from 'class-validator';
|
||||
|
||||
/**
|
||||
* Defines a empty response object
|
||||
*/
|
||||
export class ResponseEmpty {
|
||||
@IsString()
|
||||
response: string = "nothing here"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user