DONE: remove verified by ajk, fix bug on pagination, improve UI
This commit is contained in:
@@ -50,7 +50,7 @@ class VoteController extends Controller
|
||||
|
||||
return response()->json([
|
||||
'status' => 'success',
|
||||
'message' => 'Voted successfully',
|
||||
'message' => 'Undian anda telah berjaya dihantar.',
|
||||
'result' => Result::where('voter_id', Auth::id())->get()
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user