api: zip - leg No. in me get - post request
This commit is contained in:
parent
103a6ea6c6
commit
f1c84e2d63
|
|
@ -240,7 +240,7 @@ Route::group(['prefix' => 'api'], function() {
|
|||
Route::get('me', function() {
|
||||
|
||||
$me = \JWTAuth::parseToken()->authenticate()
|
||||
->only(['name','surname','email','username','is_activated','phone','company','street_addr','city','mobile','user_balance','email_verified','phone_verified']);
|
||||
->only(['name','surname','email','username','is_activated','phone','company','street_addr','city','mobile','user_balance','email_verified','phone_verified', 'zip']);
|
||||
|
||||
return Response::json(compact('me'));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue