fix URL for memberships feed
This commit is contained in:
parent
a93f0fea61
commit
4be9c0a0e9
@ -934,7 +934,7 @@ class Router
|
||||
array('profile' => '[0-9]+',
|
||||
'group' => '[0-9]+'));
|
||||
|
||||
$m->connect('api/statusnet/app/membership/:profile.atom',
|
||||
$m->connect('api/statusnet/app/memberships/:profile.atom',
|
||||
array('action' => 'AtomPubMembershipFeed'),
|
||||
array('profile' => '[0-9]+'));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user