This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 09a4c6b9 Doc fix
09a4c6b9 is described below
commit 09a4c6b91d07aad952cf630858a858c14ed42e22
Author: Sebb <[email protected]>
AuthorDate: Thu Feb 5 21:33:11 2026 +0000
Doc fix
---
www/board/agenda/routes.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/board/agenda/routes.rb b/www/board/agenda/routes.rb
index eede847d..aaf72ebf 100755
--- a/www/board/agenda/routes.rb
+++ b/www/board/agenda/routes.rb
@@ -332,7 +332,7 @@ get '/json/podlingnamesearch' do
_json ASF::Podling.namesearch
end
-# podling name searches
+# unposted drafts
get '/json/reporter' do
_json Reporter.drafts(env)
end