git-svn-id: https://msi/svn/firstRepo/Service/branches/Manut_2.2.3@49 0f545695-f87b-41b6-9a03-7f16563b5454
This commit is contained in:
+3
-2
@@ -2,15 +2,16 @@
|
||||
|
||||
include_once "./include.php";
|
||||
|
||||
$app->group('/api', function () use ($app) {
|
||||
$app->group('/api', function () use ($app, $dirRicetteDropBox) {
|
||||
include "./ricette.php";
|
||||
include "./profile.php";
|
||||
include "./image.php";
|
||||
include "./spacciatoripm.php";
|
||||
});
|
||||
|
||||
$app->group('/backend', function () use ($app) {
|
||||
$app->group('/backend', function () use ($app, $dirRicetteDropBox) {
|
||||
include "./management.php";
|
||||
include "./image_backend.php";
|
||||
});
|
||||
//include "./image.php";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user