mirror of
https://github.com/pikami/cosmium.git
synced 2025-12-20 09:20:11 +00:00
Update azcosmos package
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"github.com/pikami/cosmium/internal/logger"
|
||||
)
|
||||
|
||||
func Authentication(config config.ServerConfig) gin.HandlerFunc {
|
||||
func Authentication(config *config.ServerConfig) gin.HandlerFunc {
|
||||
return func(c *gin.Context) {
|
||||
requestUrl := c.Request.URL.String()
|
||||
if config.DisableAuth ||
|
||||
|
||||
Reference in New Issue
Block a user