update: redirect user to not found tunnel page
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 3m52s

This commit is contained in:
2025-09-08 09:59:41 +07:00
parent 334655b116
commit 0999196ee9
3 changed files with 13 additions and 3 deletions

View File

@ -1,13 +1,14 @@
package utils
import (
"github.com/joho/godotenv"
"log"
"math/rand"
"os"
"strings"
"sync"
"time"
"github.com/joho/godotenv"
)
type Env struct {