Merge pull request #993

This commit is contained in:
symfony-flex-server[bot]
2020-08-24 09:32:22 +00:00
committed by GitHub
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
melodiia:
apis:
# Define as much APIs you want here
main:
# This path impacts the behavior of Melodiia. Change it if required
base_path: /api/v1

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"SwagIndustries\\Melodiia\\MelodiiaBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}