fix https
Some checks failed
cicd / ci (push) Failing after 14s

This commit is contained in:
Bel LaPointe
2025-05-23 23:01:15 -06:00
parent 929d15c5b7
commit 284613b5bc

View File

@@ -52,7 +52,7 @@ func Init(ctx context.Context) error {
defer s.Close()
go s.ListenAndServe()
fmt.Println("Open https://localhost:20000")
fmt.Println("Open http://localhost:20000")
select {
case <-ctx.Done():