⬆️ Change encode map json lib

This commit is contained in:
2024-11-04 00:12:17 +08:00
parent 7e4d6bb33f
commit e1207a8deb
2 changed files with 6 additions and 4 deletions

View File

@@ -104,7 +104,7 @@ func main() {
}
// Post-boot actions
directory.ValidateServices()
go directory.ValidateServices()
// Server
go server.NewServer().Listen()