fix the return type documentation
Este cometimento está contido em:
@@ -8,7 +8,7 @@ export class SystemController {
|
|||||||
@Get('/timestamp')
|
@Get('/timestamp')
|
||||||
@ApiResponse({
|
@ApiResponse({
|
||||||
description: 'The current ZULU timestamp of the system',
|
description: 'The current ZULU timestamp of the system',
|
||||||
type: String,
|
type: Number,
|
||||||
})
|
})
|
||||||
async timestamp(): Promise<number> {
|
async timestamp(): Promise<number> {
|
||||||
return new Date().getTime();
|
return new Date().getTime();
|
||||||
|
|||||||
Criar uma nova questão referindo esta
Bloquear um utilizador