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