mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-06-18 16:18:04 +00:00
Implemented RestServer controller
This commit is contained in:
@ -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/",
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user