forked from wallabag/wallabag
first test for API, need refactor
This commit is contained in:
@ -33,7 +33,7 @@ class WallabagRestController extends Controller
|
||||
throw $this->createNotFoundException();
|
||||
}
|
||||
|
||||
return $user->getSalt();
|
||||
return array($user->getSalt());
|
||||
}
|
||||
/**
|
||||
* Retrieve all entries. It could be filtered by many options.
|
||||
|
||||
Reference in New Issue
Block a user