mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-10 18:51:02 +00:00
first test for API, need refactor
This commit is contained in:
parent
f5deb024a2
commit
e1dd7f70c5
2 changed files with 25 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue