jonra1993 / fastapi-alembic-sqlmodel-async

This is a project template which uses FastAPI, Pydantic 2.0, Alembic and async SQLModel as ORM. It shows a complete async CRUD using authentication and role base access control.
MIT License
878 stars 142 forks source link

New routes not reflecting in docs #79

Closed ranjeetds closed 10 months ago

ranjeetds commented 10 months ago

Hi, I need to create new routes to add various utilities for example /calculate_focrmula_1. Even though I am adding rotes in app.py and creating new endpoint it is not reflecting.