Josh Yan hace 10 meses
padre
commit
689a7cb90d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      server/routes.go

+ 0 - 1
server/routes.go

@@ -970,7 +970,6 @@ func (s *Server) IsLocal(c *gin.Context) bool {
 	fmt.Println("entered islocal")
 	fmt.Println(c.GetHeader("Authorization"), " is authorization")
 	if authz := c.GetHeader("Authorization"); authz != "" {
-
 		parts := strings.Split(authz, ":")
 		if len(parts) != 3 {
 			fmt.Println("failed at lenParts")