1
0
Fork 0

Matt fuckin look at the errors

refactor/models
Bsian 2019-11-19 13:41:07 +00:00
parent b04cfbd0a6
commit 405d9345dd
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ export default class Route {
public router: router;
public conf: { path: string, deprecated?: boolean };
public conf: { path: string, deprecated?: boolean, maintenance?: boolean };
constructor(server: Server, conf: { path: string, deprecated?: boolean, maintenance?: boolean }) {
this.server = server;