immich/server/src/api-v1/communication/communication.service.ts
Alex c234c95880
websocket upload notification - closed #24 (#25)
* Render when a new asset is uploaded from WebSocket notification
* Update Readme
2022-02-14 10:40:41 -06:00

5 lines
97 B
TypeScript

import { Injectable } from '@nestjs/common';
@Injectable()
export class CommunicationService {}