Allow websocket connections from all origins
This commit is contained in:
parent
7aae7685c5
commit
cb4b5e4f6f
2 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,8 @@ func init() {
|
|||
func Initialize() {
|
||||
var err error
|
||||
|
||||
log.Println("Storing data at", appDir)
|
||||
|
||||
os.Mkdir(appDir, 0777)
|
||||
os.Mkdir(path.Join(appDir, "logs"), 0777)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue