🔧 Refactored endpoints
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user