feat: merge with master

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
Henrique Dias 2019-01-06 12:34:54 +00:00
parent 2d33e29bec
commit 7f060b7362

View File

@ -1,13 +1,13 @@
package cmd
import (
"path/filepath"
"crypto/tls"
"io/ioutil"
"log"
"net"
"net/http"
"os"
"path/filepath"
"strconv"
"github.com/asdine/storm"
@ -86,7 +86,7 @@ func serveAndListen(cmd *cobra.Command, args []string) {
checkErr(err)
settings.Scope = scope
err = st.Settings.Save(settings)
checkErr(err)
checkErr(err)
}
handler, err := fbhttp.NewHandler(st)