File tree Expand file tree Collapse file tree 3 files changed +1
-50
lines changed
Expand file tree Collapse file tree 3 files changed +1
-50
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,8 @@ const protoParserFunc = require("./src/client/protoParser.js");
5050// require menu file
5151require ( "./menu/mainMenu" ) ;
5252// require http controller file
53-
5453require ( "./main_httpController.js" ) ( ) ;
55- // require('./SSEController.js')();
54+ // require grpc controller file
5655require ( "./main_grpcController.js" ) ( ) ;
5756
5857// configure logging
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import * as actions from "../actions/actions";
33// import httpController from "./httpController.js";
44// import wsController from "./wsController.js";
55// import graphQLController from "./graphQLController.js";
6- import grpcController from "./grpcController.js" ;
76
87const { api } = window ;
98let events ;
You can’t perform that action at this time.
0 commit comments