diff --git a/build/api/module/dev.php b/build/api/module/dev.php new file mode 100644 index 0000000..a16481c --- /dev/null +++ b/build/api/module/dev.php @@ -0,0 +1,28 @@ + 'reload the website NOW !!']; + } + +} diff --git a/config/modules.json b/config/modules.json index 0940e7c..79d11b9 100755 --- a/config/modules.json +++ b/config/modules.json @@ -83,6 +83,18 @@ }, + "dev": { + + "GET session_destroy": { + "description": "Destroy current session", + "permissions": [], + "parameters": {}, + "output": {} + } + + }, + + "RESTexample": { "POST article": {