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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New routes not reflecting in docs

ranjeetds opened this issue · comments

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.