* get allowed
* deploy php version fixed
This commit is contained in:
parent
b867bd1a54
commit
c05715e905
@ -23,7 +23,7 @@ host('alfheim.ragnarok.yvan.hu')
|
|||||||
->stage('production')
|
->stage('production')
|
||||||
->user('yvan')
|
->user('yvan')
|
||||||
->forwardAgent()
|
->forwardAgent()
|
||||||
->set('php_service_name', 'php7.2-fpm')
|
->set('php_service_name', 'php7.3-fpm')
|
||||||
->set('deploy_path', '/mnt/apps/sms-store/api');
|
->set('deploy_path', '/mnt/apps/sms-store/api');
|
||||||
|
|
||||||
desc('Restart PHP-FPM service');
|
desc('Restart PHP-FPM service');
|
||||||
|
|||||||
@ -24,7 +24,7 @@ class SZEPBalanceAction extends AbstractAction
|
|||||||
* @return ResponseInterface
|
* @return ResponseInterface
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public function create(ServerRequestInterface $request): ResponseInterface
|
public function getList(ServerRequestInterface $request): ResponseInterface
|
||||||
{
|
{
|
||||||
return new JsonCorsResponse($this->SZEPManagerService->pollBalance());
|
return new JsonCorsResponse($this->SZEPManagerService->pollBalance());
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user