fix dashboard issue
All checks were successful
CI / test-build (push) Successful in 1m2s

This commit is contained in:
2025-12-14 21:44:13 +07:00
parent adc97943cd
commit f4683eeb73
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@
atlas-api atlas-api
atlas-tui atlas-tui
atlas-agent atlas-agent
pluto-api
# Go # Go
/vendor/ /vendor/

View File

@@ -8,7 +8,7 @@ import (
"os/signal" "os/signal"
"time" "time"
"example.com/atlasos/internal/httpapp" "gitea.avt.data-center.id/othman.suseno/atlas/internal/httpapp"
) )
func main() { func main() {

2
go.mod
View File

@@ -1,3 +1,3 @@
module example.com/atlasos module gitea.avt.data-center.id/othman.suseno/atlas
go 1.24.4 go 1.24.4