View | Details | Raw Unified | Return to bug 25327
Collapse All | Expand All

(-)a/Koha/REST/V1/Auth.pm (-1 / +3 lines)
Lines 76-81 sub under { Link Here
76
            # Requesting a token shouldn't go through the API authenticaction chain
76
            # Requesting a token shouldn't go through the API authenticaction chain
77
            $status = 1;
77
            $status = 1;
78
        }
78
        }
79
        elsif ( $namespace eq '' or $namespace eq '.html' ) {
80
            $status = 1;
81
        }
79
        else {
82
        else {
80
            $status = authenticate_api_request($c, { is_public => $is_public });
83
            $status = authenticate_api_request($c, { is_public => $is_public });
81
        }
84
        }
82
- 

Return to bug 25327