rio icon indicating copy to clipboard operation
rio copied to clipboard

Support FastAPI Routes Without Explicit Index Specification

Open Sn3llius opened this issue 7 months ago • 1 comments

Currently, FastAPI routes require explicitly specifying an index. This can be cumbersome and error-prone, especially for larger applications with many routes. It would be beneficial to have a mechanism that allows FastAPI routes to be defined without the need to specify an explicit index, making route definitions cleaner and more intuitive.

Possible Solution:

Implement an internal mechanism in FastAPI that automatically manages route indexing, ensuring routes are registered in the order they are added.

Sn3llius avatar Jul 26 '24 10:07 Sn3llius