git-svn-id: https://msi/svn/firstRepo/Service/branches/Slim3@39 0f545695-f87b-41b6-9a03-7f16563b5454
This commit is contained in:
@@ -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();
|
||||
Reference in New Issue
Block a user