Teamlinker/code/server/gateway/index.ts
sx1989827 8909ffb076 add
2021-07-30 22:41:41 +08:00

8 lines
90 B
TypeScript

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