feat: add file support
This commit is contained in:
@ -40,7 +40,7 @@ export class RoomsController {
|
||||
async create(@Param() params, @Body() payload: Buffer) {
|
||||
const id = params.id;
|
||||
await this.storageService.set(id, payload, this.namespace);
|
||||
this.logger.debug(`Created scene ${id}`);
|
||||
this.logger.debug(`Created room ${id}`);
|
||||
|
||||
return {
|
||||
id,
|
||||
|
Reference in New Issue
Block a user