1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-07-12 23:50:27 +02:00

Move app config to app-config.json

This commit is contained in:
Chen-I Lim
2021-01-20 14:09:41 -08:00
parent 33d5dda7e3
commit d5d59ed71f
5 changed files with 9 additions and 9 deletions

View File

@ -29,7 +29,7 @@ func main() {
w.SetTitle("Octo Tasks")
w.SetSize(1024, 768, webview.HintNone)
w.Navigate("http://localhost:8000")
w.Navigate("http://localhost:8088")
w.Run()
cancel()
}