feat: add message template

This commit is contained in:
engigu
2025-12-06 00:28:18 +08:00
parent ff194daef2
commit a511512793
21 changed files with 2608 additions and 155 deletions
+3 -1
View File
@@ -2,9 +2,10 @@ package middleware
import (
"errors"
"github.com/golang-jwt/jwt/v5"
"net/http"
"github.com/golang-jwt/jwt/v5"
"github.com/gin-gonic/gin"
"message-nest/pkg/e"
@@ -13,6 +14,7 @@ import (
var ExcludedRoutes = []string{
"/api/v1/message/send",
"/api/v2/message/send",
"/api/v1/settings/getsetting",
}