diff --git a/.gitignore b/.gitignore index 20e96dc..5cee774 100644 --- a/.gitignore +++ b/.gitignore @@ -24,5 +24,4 @@ dist-ssr *.sw? # php -/public/vendor -/api/vendor +public/api/vendor diff --git a/composer.json b/composer.json index ae334d7..fcab1b8 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "config": { - "vendor-dir": "public/vendor" + "vendor-dir": "public/api/vendor" }, "require": { "bramus/router": "1.5",