feat: add many bps
This commit is contained in:
17
src/WebServer.ts
Normal file
17
src/WebServer.ts
Normal file
@ -0,0 +1,17 @@
|
||||
import express from 'express'
|
||||
|
||||
export class WebServer {
|
||||
private readonly app = express()
|
||||
|
||||
public WebServer () {
|
||||
|
||||
}
|
||||
|
||||
private initRoutes () {
|
||||
|
||||
}
|
||||
|
||||
public listen() {
|
||||
this.app.listen()
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user