Revision c8e0a534 lib/rapi/connector.py

b/lib/rapi/connector.py
92 92
  """/ resource.
93 93

  
94 94
  """
95
  DOC_URI = "/"
96

  
97 95
  def GET(self):
98 96
    """Show the list of mapped resources.
99 97

  
......
137 135
  """ /2 resource, the root of the version 2 API.
138 136

  
139 137
  """
140
  DOC_URI = "/2"
141

  
142 138
  def GET(self):
143 139
    """Show the list of mapped resources.
144 140

  

Also available in: Unified diff