* SZEP balance implemented web,cli
* xml tidy * small code cleanup
This commit is contained in:
@@ -35,5 +35,6 @@ use Zend\Expressive\MiddlewareFactory;
|
||||
return function (Application $app, MiddlewareFactory $factory, ContainerInterface $container) : void {
|
||||
$app->get('/', App\Action\HomePageAction::class, 'home');
|
||||
$app->get('/list', App\Action\PingAction::class, 'api.list');
|
||||
$app->get('/szep/balance', App\Action\SZEPBalanceAction::class, 'api.szep.balance');
|
||||
$app->post('/store/{direction:sent|received}/{hashKey}', App\Action\StoreAction::class, 'api.store');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user