diff --git a/.gitignore b/.gitignore index 50d3af6..ec4c75c 100644 --- a/.gitignore +++ b/.gitignore @@ -79,4 +79,5 @@ var/*.db .history .ionide -# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode +.idea diff --git a/config/routes.yaml b/config/routes.yaml index 0c828e3..41ef814 100644 --- a/config/routes.yaml +++ b/config/routes.yaml @@ -2,5 +2,4 @@ controllers: resource: path: ../src/Controller/ namespace: App\Controller - type: annotation - prefix: '/containers/Assassymfony-fukashitapi' + type: attribute