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-tui
atlas-agent
pluto-api
# Go
/vendor/

View File

@@ -8,7 +8,7 @@ import (
"os/signal"
"time"
"example.com/atlasos/internal/httpapp"
"gitea.avt.data-center.id/othman.suseno/atlas/internal/httpapp"
)
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