Skip to content

Commit c87a12b

Browse files
authored
Fixed extra features files. (#81)
Signed-off-by: Pavel Kirilin <win10@list.ru>
1 parent 67b8d24 commit c87a12b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

fastapi_template/template/{{cookiecutter.project_name}}/conditional_files.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,11 @@
8080
"enabled": "{{cookiecutter.enable_routers}}",
8181
"resources": [
8282
"{{cookiecutter.project_name}}/web/api/echo",
83+
"{{cookiecutter.project_name}}/web/gql/echo",
8384
"{{cookiecutter.project_name}}/web/api/dummy",
85+
"{{cookiecutter.project_name}}/web/gql/dummy",
8486
"{{cookiecutter.project_name}}/web/api/redis",
87+
"{{cookiecutter.project_name}}/web/gql/redis",
8588
"{{cookiecutter.project_name}}/tests/test_echo.py",
8689
"{{cookiecutter.project_name}}/tests/test_dummy.py",
8790
"{{cookiecutter.project_name}}/tests/test_redis.py"
@@ -91,6 +94,7 @@
9194
"enabled": "{{cookiecutter.add_dummy}}",
9295
"resources": [
9396
"{{cookiecutter.project_name}}/web/api/dummy",
97+
"{{cookiecutter.project_name}}/web/gql/dummy",
9498
"{{cookiecutter.project_name}}/db_sa/dao",
9599
"{{cookiecutter.project_name}}/db_sa/models/dummy_model.py",
96100
"{{cookiecutter.project_name}}/db_ormar/dao",

0 commit comments

Comments
 (0)