Teamlinker/code/server/gateway/index.ts
sx1989827 048f129cb5 aa
2021-09-07 00:35:39 +08:00

8 lines
93 B
TypeScript

import GateWay from "./app/app";
var application = new GateWay()
application.start();