🔧 Refactored endpoints

This commit is contained in:
2022-02-15 15:34:50 -08:00
parent 97ca06181d
commit 2909d6686b
6 changed files with 41 additions and 205 deletions

View File

@@ -9,7 +9,6 @@ export const io = SocketIOMixin();
export default class ApiService extends Service {
public constructor(broker: ServiceBroker) {
super(broker);
// @ts-ignore
this.parseServiceSchema({
name: "api",
mixins: [ApiGateway, SocketIOMixin],