Merge "Use application_url in API version document"

This commit is contained in:
Zuul 2018-07-09 12:24:11 +00:00 committed by Gerrit Code Review
commit eb037c29c8
1 changed files with 1 additions and 1 deletions

View File

@ -52,4 +52,4 @@ class Controller(object):
return response
def get_href(self, req):
return "%s/v1/" % req.host_url
return "%s/v1/" % req.application_url