Skip to content

Add separate template for flask-blueprints flask doesn't have APIRouter #12

@pythonhubdev

Description

@pythonhubdev

Describe the bug
While generating a flask app with FAAG. The Flask app is generated along with controllers related to FastAPI.

Example:

some_route: APIRoute = APIRoute()

Since flask doesn't have APIRoute it instead has blueprints. Add a separate template or a logic that generates the controller as well based on the type of app.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinghactoberfestHacktoberfest

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions