mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-25 20:18:25 +02:00
Very minor fixes
This commit is contained in:
parent
8a475845a7
commit
6285193545
3 changed files with 5 additions and 5 deletions
|
@ -62,7 +62,7 @@ exports.getModule = class WebServerModule extends ServerModule {
|
|||
this.addRoute({
|
||||
method : 'GET',
|
||||
path : '/static/.*$',
|
||||
handler : this.routeStaticFile,
|
||||
handler : this.routeStaticFile.bind(this),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue