This commit is contained in:
vigdorov
2020-07-10 14:37:27 +03:00
parent 16d9296b54
commit 2a671f30d0

View File

@ -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 '';
} }
} }