git-svn-id: https://msi/svn/firstRepo/Service/branches/Slim3@39 0f545695-f87b-41b6-9a03-7f16563b5454

This commit is contained in:
2016-01-05 21:40:12 +00:00
51 changed files with 11657 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<?php
include_once "./include.php";
$app->group('/api', function () {
include "./ricette.php";
include "./profile.php";
include "./image.php";
});
$app->group('/backend', function () {
include "./management.php";
include "./image_backend.php";
});
$app->run();