1
0
Fork 0
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:
Nicolas Lœuillet 2015-02-10 23:13:34 +01:00
parent f5deb024a2
commit e1dd7f70c5
2 changed files with 25 additions and 5 deletions

View file

@ -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.