Move parse_repository_name into decorators
This commit is contained in:
parent
a64f268344
commit
98e2ccf74d
10 changed files with 40 additions and 49 deletions
|
@ -1,8 +1,7 @@
|
|||
from flask import jsonify
|
||||
|
||||
from auth.registry_jwt_auth import process_registry_jwt_auth
|
||||
from endpoints.common import parse_repository_name
|
||||
from endpoints.decorators import anon_protect
|
||||
from endpoints.decorators import anon_protect, parse_repository_name
|
||||
from endpoints.v2 import v2_bp, require_repo_read, paginate
|
||||
from endpoints.v2.models_pre_oci import data_model as model
|
||||
|
||||
|
|
Reference in a new issue