fix https
cicd / ci (push) Failing after 14s
Details
cicd / ci (push) Failing after 14s
Details
parent
929d15c5b7
commit
284613b5bc
|
|
@ -52,7 +52,7 @@ func Init(ctx context.Context) error {
|
||||||
defer s.Close()
|
defer s.Close()
|
||||||
go s.ListenAndServe()
|
go s.ListenAndServe()
|
||||||
|
|
||||||
fmt.Println("Open https://localhost:20000")
|
fmt.Println("Open http://localhost:20000")
|
||||||
|
|
||||||
select {
|
select {
|
||||||
case <-ctx.Done():
|
case <-ctx.Done():
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue