endpoints.v2: new fs layout for data interface
Fixes QUAY-656
This commit is contained in:
parent
570c72db17
commit
ecd5996386
6 changed files with 229 additions and 228 deletions
|
@ -28,6 +28,8 @@ def ping():
|
|||
return response
|
||||
|
||||
|
||||
from endpoints.v1 import index
|
||||
from endpoints.v1 import registry
|
||||
from endpoints.v1 import tag
|
||||
from endpoints.v1 import (
|
||||
index,
|
||||
registry,
|
||||
tag,
|
||||
)
|
||||
|
|
Reference in a new issue