Update feature table with new transfer limits

This commit is contained in:
2022-02-28 16:35:51 +01:00
parent 0c25e3e474
commit 7adc2f6d16
6 changed files with 52 additions and 24 deletions

View File

@@ -159,6 +159,7 @@ func New(
{GET, "brave" /* */, wc.serveMarkdown("brave.md", handlerOpts{})},
{GET, "acknowledgements" /**/, wc.serveMarkdown("acknowledgements.md", handlerOpts{})},
{GET, "business" /* */, wc.serveMarkdown("business.md", handlerOpts{})},
{GET, "limits" /* */, wc.serveMarkdown("limits.md", handlerOpts{})},
{GET, "apps" /* */, wc.serveTemplate("apps", handlerOpts{})},
{GET, "directory_upload" /**/, wc.serveTemplate("directory_upload", handlerOpts{})},