This commit is contained in:
Dan Sosedoff
2019-11-02 13:00:23 -05:00
parent 7475f398b1
commit 8428d268b1
10 changed files with 51 additions and 46 deletions

View File

@@ -138,7 +138,7 @@ func Connect(c *gin.Context) {
return
}
opts := command.Options{Url: url}
opts := command.Options{URL: url}
url, err := connection.FormatURL(opts)
if err != nil {