ranjith-dev #481
@@ -30,7 +30,7 @@ class UserController extends Controller
|
|||||||
* Display the specified resource.
|
* Display the specified resource.
|
||||||
*/
|
*/
|
||||||
// show(string $id)
|
// show(string $id)
|
||||||
public function get_testing_data(Request $request)
|
public function get_user_data(Request $request)
|
||||||
{
|
{
|
||||||
$expectedUser = env('API_AUTH_USER');
|
$expectedUser = env('API_AUTH_USER');
|
||||||
$expectedPw = env('API_AUTH_PW');
|
$expectedPw = env('API_AUTH_PW');
|
||||||
|
|||||||
Reference in New Issue
Block a user