def docs_redirect()

in {{cookiecutter.project_slug}}/app/api.py [0:0]


def docs_redirect():
    return RedirectResponse(f"{prefix}/docs")