fix https
cicd / ci (push) Failing after 14s Details

main
Bel LaPointe 2025-05-23 23:01:15 -06:00
parent 929d15c5b7
commit 284613b5bc
1 changed files with 1 additions and 1 deletions

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():