pub fn accepted<T: Serialize>(data: &T) -> ElifResponse
Expand description
Create an accepted response (202) with optional data
Simple equivalent: return response()->json($data, 202)
pub fn accepted<T: Serialize>(data: &T) -> ElifResponse
Create an accepted response (202) with optional data
Simple equivalent: return response()->json($data, 202)