ranjith-dev #481

Merged
jothi merged 2 commits from ranjith-dev into master 2026-03-16 13:32:16 +00:00
Showing only changes of commit 8eeb23e2aa - Show all commits

View File

@@ -30,7 +30,7 @@ class UserController extends Controller
* Display the specified resource.
*/
// show(string $id)
public function get_testing_data(Request $request)
public function get_user_data(Request $request)
{
$expectedUser = env('API_AUTH_USER');
$expectedPw = env('API_AUTH_PW');