Implemented RestServer controller

This commit is contained in:
Pierre
2017-05-17 14:05:23 +02:00
parent 2fb7d0d43d
commit 3b0272a196
9 changed files with 642 additions and 170 deletions

View File

@ -15,10 +15,8 @@ class welcomeController {
*/
public function getInfos(){
return array(
"serviceDescription" => "This service watches DecodexList evolutions, stores them and let its client access them.",
"githubURL" => "https://github.com/pierre42100/decodexwatcherapi/",
"clientURL" => "https://decodexwatcher.communiquons.org/",
"apiSchema" => "https://swagger.decodexwatcher.communiquons.org/"
"serviceDescription" => "This is the Comunic API Server.",
"clientURL" => "https://communiquons.org/",
);
}