make root links consistent (#241)
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@ class API(object):
|
||||
'rel': 'self',
|
||||
'type': 'text/html',
|
||||
'title': 'This document as HTML',
|
||||
'href': '{}/?f=html'.format(self.config['server']['url']),
|
||||
'href': '{}?f=html'.format(self.config['server']['url']),
|
||||
'hreflang': self.config['server']['language']
|
||||
}, {
|
||||
'rel': 'service',
|
||||
|
||||
Reference in New Issue
Block a user