urls: Move /hello files to the corporate folder.

This commit is contained in:
Aman Agrawal
2022-08-16 11:27:45 +00:00
committed by Tim Abbott
parent 07f0104714
commit ef21f9107c
4 changed files with 5 additions and 5 deletions

View File

@@ -620,7 +620,7 @@ html_rules: List["Rule"] = [
"description": "Don't directly load dependencies from CDNs. See docs/subsystems/html-css.md",
"exclude": {
"templates/corporate/billing.html",
"templates/zerver/hello.html",
"templates/corporate/hello.html",
"templates/corporate/upgrade.html",
"templates/corporate/event_status.html",
},