Update tour.rst to add quotes around hostnames

The API call in the Trusted Hosts section needs quotes around the hostnames in the example.
This commit is contained in:
mtcronin99
2019-06-04 11:21:27 -04:00
committed by GitHub
parent 8ccb39560e
commit fb71abe534
+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.