mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
web: Save a needless 301 redirect from /history to /history/.
This commit is contained in:
committed by
Tim Abbott
parent
eb81e62eaa
commit
bf06d493ee
@@ -65,7 +65,7 @@ class PorticoDocumentationSpider(BaseDocumentationSpider):
|
||||
name = "portico_documentation_crawler"
|
||||
start_urls = [
|
||||
"http://localhost:9981/hello/",
|
||||
"http://localhost:9981/history",
|
||||
"http://localhost:9981/history/",
|
||||
"http://localhost:9981/plans",
|
||||
"http://localhost:9981/team",
|
||||
"http://localhost:9981/apps",
|
||||
|
||||
Reference in New Issue
Block a user