access log

This commit is contained in:
peter
2020-10-02 14:44:39 +02:00
parent eb58ffc013
commit 1765c2eabc
4 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -39,7 +39,7 @@ export class FrontworkAdmin
config: RPCConfigLoader<AdminConf>
rpcServer: RPCServer
private express
private express : express.Application
private httpServer
constructor(private frontworkComponents: FrontworkComponent[] = []) {
@@ -158,6 +158,7 @@ export class FrontworkAdmin
res.status(404)
}
})
return this.express
}