rewritten from net/http to fiber, changed port from 8080, 4662 to one 3000

This commit is contained in:
Данил 2022-10-23 15:26:51 +03:00
parent 42f568cf85
commit 16301a3428
8 changed files with 102 additions and 47 deletions

View file

@ -19,7 +19,7 @@ func Tray() {
for {
select {
case <-ui.ClickedCh:
err := open.Run("http://localhost:4662")
err := open.Run("http://localhost:3000")
if err != nil {
Logger(err.Error())
}