feat(error): add link to website
This commit is contained in:
parent
56c0fed144
commit
94aec140a8
4 changed files with 7 additions and 1 deletions
|
|
@ -20,6 +20,8 @@ export interface IRealmConfig {
|
|||
|
||||
export class Config {
|
||||
public aowowUrl: string;
|
||||
public websiteUrl: string;
|
||||
public websiteName: string;
|
||||
public loadDbcs: boolean;
|
||||
public hideGameMasters: boolean;
|
||||
public realms: IRealmConfig[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue