mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-29 17:53:16 +00:00
Update InternalApiController
This commit is contained in:
parent
3d9fb1b13a
commit
04de1b3777
1 changed files with 5 additions and 0 deletions
|
@ -281,4 +281,9 @@ class InternalApiController extends Controller
|
||||||
|
|
||||||
return response()->json($res);
|
return response()->json($res);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function stories(Request $request)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue