This is a new project - start with v1 for api
The api should start as version 1 not version 2. Co-Authored-By: Digambar Patil <digambarpat@gmail.com> Co-Authored-By: Steven Dake <sdake@redhat.com> Change-Id: I0c02c362d1ec57c3844c46593484dc99506e4748
This commit is contained in:
parent
b766d59431
commit
c47723696f
@ -1,6 +1,6 @@
|
||||
from pecan import expose, redirect
|
||||
from api.controllers import v2
|
||||
from api.controllers import v1
|
||||
|
||||
|
||||
class RootController(object):
|
||||
v2 = v2.ContainerController()
|
||||
v1 = v1.ContainerController()
|
||||
|
Loading…
x
Reference in New Issue
Block a user