mirror of
https://github.com/pikami/cosmium.git
synced 2026-04-19 13:00:30 +01: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