moving salmon endpoint under 'main/'
This commit is contained in:
parent
8449256817
commit
46f90f7b08
|
@ -77,7 +77,7 @@ class OStatusPlugin extends Plugin
|
|||
array('action' => 'feedsubsettings'));
|
||||
|
||||
// Salmon endpoint
|
||||
$m->connect('salmon/user/:id',
|
||||
$m->connect('main/salmon/user/:id',
|
||||
array('action' => 'salmon'),
|
||||
array('id' => '[0-9]+'));
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue
Block a user