mirror of
https://github.com/Starlio-app/StarlioX
synced 2025-02-24 23:31:26 +03:00
rewritten from net/http to fiber, changed port from 8080, 4662 to one 3000
This commit is contained in:
parent
42f568cf85
commit
16301a3428
8 changed files with 102 additions and 47 deletions
|
@ -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())
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue