1
0
Fork 0

Update InternalApiController

This commit is contained in:
Daniel Supernault 2019-01-31 13:27:20 -07:00
parent 3d9fb1b13a
commit 04de1b3777
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 5 additions and 0 deletions

View File

@ -281,4 +281,9 @@ class InternalApiController extends Controller
return response()->json($res);
}
public function stories(Request $request)
{
}
}