fix
This commit is contained in:
@ -61,7 +61,7 @@ export class StoreController {
|
|||||||
@Header(...CONTENT_LENGTH)
|
@Header(...CONTENT_LENGTH)
|
||||||
@Header(...ALLOW_HEADERS)
|
@Header(...ALLOW_HEADERS)
|
||||||
@HttpCode(204)
|
@HttpCode(204)
|
||||||
async options() {
|
async options(): Promise<string> {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user