Skip to content

Commit 429f572

Browse files
committed
add new template: Flask-API
1 parent e5f65f4 commit 429f572

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/flask_cli/templates/data/default.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ def _default_templates():
4343
"description": (
4444
"Flask Starter Project"
4545
)
46+
},
47+
{
48+
"id": "Flask-API",
49+
"source": "https://github.com/jennier0107/Flask-API",
50+
"description": (
51+
"Cookiecutter template to create new flask application to build a Web API"
52+
)
4653
}
4754
]
4855
}

0 commit comments

Comments
 (0)