add maintenance boolean

merge-requests/1/merge
Matthew 2019-11-19 18:26:59 -05:00
parent a7012e31aa
commit 7322c014c9
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
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;