mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Add custom domains (#314)
This commit is contained in:
committed by
GitHub
parent
d47c70f576
commit
d17b45c5c4
@@ -4,6 +4,7 @@ interface ITenantJSON {
|
||||
site_logo: string;
|
||||
brand_display_setting: string;
|
||||
locale: string;
|
||||
custom_domain?: string;
|
||||
}
|
||||
|
||||
export default ITenantJSON;
|
||||
Reference in New Issue
Block a user