Template updates (commit: ff3dd44)
All checks were successful
Push to GitHub / mirror (push) Successful in 6s

This commit is contained in:
2026-01-02 11:51:13 +00:00
parent 12e36bc4cc
commit 51f37c7ea7

View File

@@ -22,7 +22,7 @@ func main() {
ws = new(WebServer)
ws.Initialize()
// Start the WebService
// Start the WebService in a separate goroutine
go ws.Start()
// Wait for a signal