Skip to content

Commit

Permalink
hard-coding for now
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Jul 9, 2015
1 parent ad4c619 commit b9f3761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github.com/getlantern/flashlight/ui/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
server *http.Server
uiaddr string

externalUrl = "NO_URL" // this string is going to be changed by Makefile
externalUrl = "https://www.facebook.com/manototv/" // this string is going to be changed by Makefile
r = http.NewServeMux()
)

Expand Down

0 comments on commit b9f3761

Please sign in to comment.