bookwar / pagure

Forked from pagure 7 years ago
Clone

7348925 Drop the @repo_method decorator and use an @app.before_request instead

Authored and Committed by pingou 7 years ago
    Drop the @repo_method decorator and use an @app.before_request instead
    
    This will allow having the information available for each and every
    endpoint without having to change them
    
        
file modified
+30 -31