Namespace change + assets
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
* Jelmer Hinssen
|
||||
*/
|
||||
|
||||
namespace InfD4p\Application\API;
|
||||
namespace Inforbank\Application\API;
|
||||
|
||||
use \Slim\App;
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
* Jelmer Hinssen
|
||||
*/
|
||||
|
||||
namespace InfD4p\Application;
|
||||
namespace Inforbank\Application;
|
||||
|
||||
use \Slim\App;
|
||||
|
||||
@ -31,9 +31,6 @@ class Main
|
||||
*/
|
||||
public function __construct(App $app)
|
||||
{
|
||||
// Load the API handler for the Omnipay plugin
|
||||
new API\Handler($app);
|
||||
|
||||
// Add the default view routes
|
||||
$app->get('/[{name}]', function ($request, $response, $args) {
|
||||
// Render index view
|
||||
|
Reference in New Issue
Block a user