SAAS-580 - Fixed routing issue causing show art to not upload; changed ShowController to be more RESTful
This commit is contained in:
parent
7eef9d941e
commit
826ae17552
8 changed files with 300 additions and 332 deletions
|
@ -27,7 +27,7 @@ require_once __DIR__.'/forms/helpers/ValidationTypes.php';
|
|||
require_once __DIR__.'/forms/helpers/CustomDecorators.php';
|
||||
require_once __DIR__.'/controllers/plugins/RabbitMqPlugin.php';
|
||||
require_once __DIR__.'/controllers/plugins/Maintenance.php';
|
||||
require_once __DIR__.'/modules/rest/controllers/ShowController.php';
|
||||
require_once __DIR__.'/modules/rest/controllers/ShowImageController.php';
|
||||
require_once __DIR__.'/modules/rest/controllers/MediaController.php';
|
||||
|
||||
require_once (APPLICATION_PATH."/logging/Logging.php");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue