serve favicons over hashed paths for improved caching
This commit is contained in:
@ -14,7 +14,7 @@ class App {
|
||||
constructor () {
|
||||
this.mojangUpdater = new MojangUpdater(this)
|
||||
this.pingController = new PingController(this)
|
||||
this.server = new Server(this.handleClientConnection)
|
||||
this.server = new Server(this)
|
||||
this.timeTracker = new TimeTracker(this)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user