From e42e611f295ad4c8f55421396b77898db932848f Mon Sep 17 00:00:00 2001 From: cherednik Date: Fri, 11 Oct 2024 17:25:47 +0400 Subject: [PATCH] =?UTF-8?q?TD-322:=20[BACK].=20[=D1=80=D0=B5=D0=B0=D0=BB?= =?UTF-8?q?=D0=B8=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D1=8C=20=D1=81=D0=B5=D1=80?= =?UTF-8?q?=D0=B2=D0=B8=D1=81=20=D0=B4=D0=BB=D1=8F=20=D0=BF=D0=BE=D0=B4?= =?UTF-8?q?=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=B4=D0=BE=D0=BA?= =?UTF-8?q?=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=BE=D0=B2=20=D0=B2=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BD=D1=82=D0=B5=D0=B9=D0=BD=D0=B5=D1=80=D0=B5=20signer?= =?UTF-8?q?]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 25 ++++- .idea/.gitignore | 8 -- .idea/codeception.xml | 18 ---- .idea/git_toolbox_blame.xml | 6 -- .idea/modules.xml | 8 -- .idea/php.xml | 113 ---------------------- .idea/phpspec.xml | 16 --- .idea/phpunit.xml | 10 -- .idea/signer.iml | 95 ------------------ .idea/vcs.xml | 6 -- backend/src/Controller/SignController.php | 2 +- 11 files changed, 25 insertions(+), 282 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/codeception.xml delete mode 100644 .idea/git_toolbox_blame.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/php.xml delete mode 100644 .idea/phpspec.xml delete mode 100644 .idea/phpunit.xml delete mode 100644 .idea/signer.iml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index bf7460d..469d302 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,26 @@ .DS_Store .vscode -.idea +/.idea/ +/.phpunit.cache +/node_modules +/public/build +/public/hot +/public/storage +/storage/*.key +/vendor +.env +.env.backup +.env.production +.phpactor.json +.phpunit.result.cache +Homestead.json +Homestead.yaml +auth.json +npm-debug.log +yarn-error.log +/.fleet +/.idea +/.vscode +/.php-cs-fixer.php +/.php-cs-fixer.cache +.php_cs.cache diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/codeception.xml b/.idea/codeception.xml deleted file mode 100644 index 4a9baa3..0000000 --- a/.idea/codeception.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/git_toolbox_blame.xml b/.idea/git_toolbox_blame.xml deleted file mode 100644 index 7dc1249..0000000 --- a/.idea/git_toolbox_blame.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 696bfed..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml deleted file mode 100644 index 6eba0e8..0000000 --- a/.idea/php.xml +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/phpspec.xml b/.idea/phpspec.xml deleted file mode 100644 index 4311520..0000000 --- a/.idea/phpspec.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/phpunit.xml b/.idea/phpunit.xml deleted file mode 100644 index aacfcdb..0000000 --- a/.idea/phpunit.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/signer.iml b/.idea/signer.iml deleted file mode 100644 index 21140ef..0000000 --- a/.idea/signer.iml +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/backend/src/Controller/SignController.php b/backend/src/Controller/SignController.php index dc29851..84e72f1 100644 --- a/backend/src/Controller/SignController.php +++ b/backend/src/Controller/SignController.php @@ -22,7 +22,7 @@ class SignController extends AbstractController ){ } - #[Route(path: '/sign', name: 'app.test', methods: ['POST'])] + #[Route(path: '/sign', name: 'app.sign', methods: ['POST'])] public function __invoke(Request $request, SignRequest $signRequest): Response { if ($signRequest->apiKey !== self::API_KEY) {