mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Fix spaces
This commit is contained in:
parent
e0954f330a
commit
3d65ff06e9
1 changed files with 1 additions and 1 deletions
|
@ -744,7 +744,7 @@ module.exports = (env, argv) => {
|
|||
hot: "only",
|
||||
|
||||
// Disable host check
|
||||
allowedHosts: 'all',
|
||||
allowedHosts: "all",
|
||||
},
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue