mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Move RSS route out of authentification
This commit is contained in:
@@ -79,7 +79,7 @@ class RssController extends BasePageController
|
||||
$res = User::getByRssToken($request->input('r'));
|
||||
|
||||
if (! $res) {
|
||||
Utility::showApiError(100);
|
||||
return response()->json(['error' => 'Invalid RSS token'], 403);
|
||||
}
|
||||
|
||||
$uid = $res['id'];
|
||||
|
||||
Reference in New Issue
Block a user