fix(core.gbapp): #336 timeout in API fixed.

This commit is contained in:
rodrigorodriguez 2023-03-24 19:19:25 -03:00
parent 56b687792b
commit eb6800edce

View file

@ -50,7 +50,7 @@ import { createRpcServer } from '@push-rpc/core';
import { createHttpKoaMiddleware } from '@push-rpc/http';
import { HttpServerOptions } from '@push-rpc/http/dist/server.js';
import { GBServer } from '../../src/app.js';
import { SocketServer } from '@push-rpc/core';
import { } from '@push-rpc/core';
import * as koaBody from 'koa-body';
import { GBVMService } from './services/GBVMService.js';
import { GBLogEx } from '../core.gbapp/services/GBLogEx.js';