forked from noxious/server
idk
This commit is contained in:
@ -15,7 +15,6 @@ import { Authentication } from './middleware/authentication'
|
||||
import { Dirent } from 'node:fs'
|
||||
import logger from './utilities/logger'
|
||||
|
||||
|
||||
export class Server {
|
||||
private readonly app: Application
|
||||
private readonly http: HTTPServer
|
||||
@ -104,4 +103,4 @@ export class Server {
|
||||
const server = new Server()
|
||||
server.start()
|
||||
|
||||
console.log('Server started')
|
||||
console.log('Server started')
|
||||
|
Reference in New Issue
Block a user