Added a way to access search method

This commit is contained in:
Pierre 2017-06-05 14:22:54 +02:00
parent b3b67a53e6
commit 7c9224d82e

View File

@ -11,6 +11,7 @@ class searchController
* Peform a research on the database * Peform a research on the database
* *
* @url POST /search/request * @url POST /search/request
* @url POST /user/search
*/ */
public function searchDatabase(){ public function searchDatabase(){
//Check if the query was specified with the request //Check if the query was specified with the request