Latest Project, Trash and setting API and sockets along with the Model clearance
This commit is contained in:
@@ -74,7 +74,7 @@ interface IPointStaticMachine extends IPointBase {
|
||||
targets: { modelUUID: string; pointUUID: string }[];
|
||||
};
|
||||
}
|
||||
export class pointService {
|
||||
export class PointService {
|
||||
static async addPoints(req: Request, res: Response): Promise<any> {
|
||||
const { type, modelfileID, organization } = req.body;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user