fix(core): update
This commit is contained in:
@@ -21,6 +21,7 @@ export class AgTestServer {
|
||||
cors: true,
|
||||
defaultAnswer: async () => 'apiglobal testserver',
|
||||
domain: 'localhost',
|
||||
port: 3000,
|
||||
forceSsl: false,
|
||||
});
|
||||
for (const handlerArg of this.handlers) {
|
||||
|
||||
Reference in New Issue
Block a user