79514428

Date: 2025-03-17 11:27:29
Score: 1
Natty:
Report link

I think you need to use the all method

public function returnChallenge(Request $request)
    {
        return response()->json(['challenge' => $request->all()['challenge']]);
    }

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Thava