package controller
import (
"github.com/gin-gonic/gin"
)
func SeeYouAgainHandler(ctx *gin.Context) {
data := map[string]any{
"api_domain": "testapi.tiefen.space",
"ws_domain": "wsdebug.tiefen.space",
}
ReplyOk(ctx, data)