mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 17:42:48 +00:00
load config from server instead of config file
This commit is contained in:
4
client/app/model/config.ts
Normal file
4
client/app/model/config.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface IConfig {
|
||||
client_id: string;
|
||||
redirect_uri: string;
|
||||
}
|
||||
Reference in New Issue
Block a user