Merge pull request #362 from mtcronin99/patch-1

Update tour.rst to add quotes around hostnames
This commit is contained in:
Taoufik
2019-06-04 17:29:35 +02:00
committed by GitHub
+1 -1
View File
@@ -344,7 +344,7 @@ A 400 response will be raised, if a request does not match any of the provided p
::
api = responder.API(allowed_hosts=[example.com, tenant.example.com])
api = responder.API(allowed_hosts=['example.com', 'tenant.example.com'])
* ``allowed_hosts`` - A list of allowed hostnames.