web: Save a needless 301 redirect from /history to /history/.

This commit is contained in:
Alex Vandiver
2023-03-23 02:50:34 +00:00
committed by Tim Abbott
parent eb81e62eaa
commit bf06d493ee
2 changed files with 2 additions and 2 deletions

View File

@@ -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",