Switch from RabbitMQ to server-sent events
(not fully working yet)
This commit is contained in:
@@ -5,7 +5,6 @@ import { Beat } from "../models/beat/beat.model.";
|
||||
import { Phone } from "../models/phone/phone.model";
|
||||
|
||||
|
||||
|
||||
export async function GetPhone(req: LivebeatRequest, res: Response) {
|
||||
const phoneId: String = req.params['id'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user