about summary refs log tree commit homepage
path: root/lib/PublicInbox/ExtSearch.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-03-16 23:02:15 -0800
committerEric Wong <e@80x24.org>2021-03-17 19:03:12 +0000
commitbe940983157a1f8bd353cb1891f6971645c73e5d (patch)
treea101284395b2c81f9956c629f96353b8e7dd8ee7 /lib/PublicInbox/ExtSearch.pm
parent0a14f0a22c7d7ce35a740df574878269c0d947f5 (diff)
downloadpublic-inbox-be940983157a1f8bd353cb1891f6971645c73e5d.tar.gz
We'll try to share a bit more configuration with
extindex entries for WWW PSGI usage.
Diffstat (limited to 'lib/PublicInbox/ExtSearch.pm')
-rw-r--r--lib/PublicInbox/ExtSearch.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/ExtSearch.pm b/lib/PublicInbox/ExtSearch.pm
index 8ba4d396..c2cfc338 100644
--- a/lib/PublicInbox/ExtSearch.pm
+++ b/lib/PublicInbox/ExtSearch.pm
@@ -107,10 +107,10 @@ sub description {
 
 sub cloneurl { [] } # TODO
 
-sub base_url { 'https://example.com/TODO/' }
 sub nntp_url { [] }
 
 no warnings 'once';
+*base_url = \&PublicInbox::Inbox::base_url;
 *smsg_eml = \&PublicInbox::Inbox::smsg_eml;
 *smsg_by_mid = \&PublicInbox::Inbox::smsg_by_mid;
 *msg_by_mid = \&PublicInbox::Inbox::msg_by_mid;