Skip to content

Commit

Permalink
Item12839: flag rest handlers that don't require authentication
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/BlogPlugin@17494 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Apr 4, 2014
1 parent 1cf77e6 commit 03ac247
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Foswiki/Plugins/BlogPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ sub initPlugin {

$core = undef;

Foswiki::Func::registerRESTHandler('blogconvert', \&handleBlogConvert);
Foswiki::Func::registerRESTHandler('blogconvert', \&handleBlogConvert,
authenticate => 0
);

return 1;
}
Expand Down

0 comments on commit 03ac247

Please sign in to comment.